https://bugzilla.wikimedia.org/show_bug.cgi?id=60549
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- Taking a brief look at the error log, it seems the culprit is again an unquoted nan as value (see time_firstbyte): {"hostname":"cp1046.eqiad.wmnet","sequence":952664769,"dt":"2014-01-04T07:02:58","time_firstbyte":nan,[...] which causes the root exception Caused by: org.codehaus.jackson.JsonParseException: Unrecognized token 'na': was expecting 'null', 'true' or 'false' . @ottomata: As that log line is from 2014-01-04 (which is before the nan-fix IIRC), should we correct this data by hand, or just drop the data up to when the fix went in. -- 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
