https://bugzilla.wikimedia.org/show_bug.cgi?id=72173
Dan Andreescu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dan Andreescu <[email protected]> --- No new events are coming in for schemas like VisualEditor%: zsub vanadium.eqiad.wmnet:8600 | grep '"schema": "VisualEditor' But at least two of the events used to validate at some point at the end of 2013, beginning of 2014: mysql:[email protected] [log]> select min(timestamp), max(timestamp) from VisualEditorDOMSaved_6063754; +----------------+----------------+ | min(timestamp) | max(timestamp) | +----------------+----------------+ | 20131016202600 | 20131121114538 | +----------------+----------------+ 1 row in set (0.00 sec) mysql:[email protected] [log]> select min(timestamp), max(timestamp) from VisualEditorDOMRetrieved_5961496; +----------------+----------------+ | min(timestamp) | max(timestamp) | +----------------+----------------+ | 20131010222635 | 20140128212543 | +----------------+----------------+ 1 row in set (0.00 sec) The most likely explanation is that the events are no longer emitted, as we don't see them in the raw stream. So, in short, look around 20131121114538 and 20140128212543 to see what changed in your instrumentation. We're setting up a meeting to discuss further, but feel free to comment here too. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
