Closed
Bug 1308166
Opened 8 years ago
Closed 8 years ago
log-parser store_performance_artifact "KeyError: u'e22b9fe3acf0e1c05163db0b00843e1354dbf707_32068'"
Categories
(Tree Management :: Perfherder, defect, P2)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1318027
People
(Reporter: emorley, Unassigned)
References
(Blocks 1 open bug)
Details
https://rpm.newrelic.com/accounts/677903/applications/14179757/filterable_errors#/show/2d7a344d-8b87-11e6-905e-b82a72d22a14_5047_10281/stack_trace?top_facet=transactionUiName&primary_facet=error.class&barchart=barchart&_k=529cie
File "/app/treeherder/log_parser/tasks.py", line 105, in parse_log
File "/app/treeherder/log_parser/utils.py", line 63, in post_log_artifacts
File "/app/treeherder/model/derived/artifacts.py", line 276, in load_job_artifacts
File "/app/treeherder/model/derived/artifacts.py", line 190, in store_performance_artifact
exceptions:KeyError: u'e22b9fe3acf0e1c05163db0b00843e1354dbf707_32068'
https://github.com/mozilla/treeherder/blob/143e5e08bacf57b5a90fe63594d9a2e12c8aa984/treeherder/model/derived/artifacts.py#L190
ref_data_signature = job_data[job_guid]['signature']
job_guid e22b9fe3acf0e1c05163db0b00843e1354dbf707_32068
job_log_id 62765593
job_log_name buildbot_text
job_log_status_prior pending
job_log_url https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-aurora-linux64-pgo/1475721305/mozilla-aurora_ubuntu64_vm_test_pgo-mochitest-devtools-chrome-1-bm117-tests1-linux64-build29.txt.gz
number_of_prior_retries 0
project mozilla-aurora
Flags: needinfo?(wlachance)
Comment 1•8 years ago
|
||
There's probably a bug somewhere in how we handle retries when storing performance data, probably due to the "bulk insertion" logic in the artifacts model. This will be a lot easier to fix once we have bug 1306674 and can trivially serialize this operation. Let's just wait for that.
Depends on: 1306674
Flags: needinfo?(wlachance)
Reporter | ||
Comment 2•8 years ago
|
||
Sounds good to me :-)
Comment 3•8 years ago
|
||
I believe this error is no longer possible now that bug 1318027 has landed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•