Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | elukey | T219842 [Post-mortem] Kafka Jumbo cluster cannot accept connections | |||
Resolved | • Nuria | T220421 attempt to backfill eventlogging data from eventlogging-client-side topic into per schema topics |
Event Timeline
Comment Actions
The "rectangular" spikes on graph are the backfill processes: https://grafana.wikimedia.org/d/000000505/eventlogging?orgId=1&from=1557702014918&to=1557874514918&var-datasource=eqiad%20prometheus%2Fops&var-topic=All
Comment Actions
Data is on event database now:
hive (event)> select substr(dt,0,13), count(*) from navigationtiming where year=2019 and month=04 and day=01 and hour in (17,18,19,20,21,22,23) group by substr(dt,0,13);
_c0 _c1
2019-04-01T17 39828
2019-04-01T18 40248
2019-04-01T19 40906
2019-04-01T20 39042
2019-04-01T21 34984
2019-04-01T22 27811
2019-04-01T23 25205
Comment Actions
Events_sanitized will be filled by sanitization process running in the next couple days (sanitization is run twice, the second time 45 days after data was ingested)