https://bugzilla.wikimedia.org/show_bug.cgi?id=66600

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|PATCH_TO_REVIEW             |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from [email protected] ---
Jobs are running again.
Logs get written.
Charts look good [1].
Resolved.



[1] All the graphs of the 'Edits daily' tab [2] look wrong. The graphs
drop for 2014-06-12 and die off on 2014-06-13. But that's not a script
error, but it closely matches EventLogging's upgrade for the MobileWebEditing
schema from revision 7675117 to revision 8599025. To verify that, run

  select timestamp, count(*) from MobileWebEditing_7675117 group by
left(timestamp,8) order by timestamp desc limit 20;
  select timestamp, count(*) from MobileWebEditing_8599025 group by
left(timestamp,8) order by timestamp asc limit 20;

against the EventLogging database. Switching schemata is offered in

  https://gerrit.wikimedia.org/r/#/c/139889/

but I am defering to mobile to decide, when they want to switch to the new
schema.

[2] http://mobile-reportcard.wmflabs.org/#edits_daily-graphs-tab

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to