Closed
Bug 1124270
Opened 10 years ago
Closed 10 years ago
Newrelic log parsing exception: "ValueError("time data '2015-01-20 16:08:16' does not match format '%Y-%m-%d %H:%M:%S.%f'",)"
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P1)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: camd)
References
Details
Attachments
(1 file)
eg:
https://rpm.newrelic.com/accounts/677903/applications/4180461/traced_errors/2939305654
Hitting these causes us to retry, which takes 10 mins (bug 1124269), which means people see "log not yet parsed" more often than they should in the UI.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cdawson
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8552580 -
Flags: review?(emorley)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8552580 [details] [review]
service pr 340
Looks good - have added a few comments, but no need to re-review, so marking r+.
Thank you for looking at this so quickly :-)
Attachment #8552580 -
Flags: review?(emorley) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/da4d0361a7cd2ed8d9c8b86d2f724d9dde3b3338
Bug 1124270 - fix parsing step dates without decimal
sometimes the dates in the buildbot steps are not quite the format we
expect. Massage them to match so we don’t fail log parsing.
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•