Closed
Bug 1113142
Opened 10 years ago
Closed 10 years ago
Some jobs are being incorrectly merged, resulting in two log URL buttons in the UI
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P1)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1093743
People
(Reporter: jmaher, Unassigned)
References
Details
(Keywords: regression)
Attachments
(2 files)
Look at the first blue 'g1':
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c794046975a4
we have two logs created (the second one hit a syntax error ~2 minutes after the first one finished). We then have:
2 icons for summarized logs
2 icons for raw logs
the retrigger button is pushed down the to the second line behind the text for status.
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Looking at these JSON blobs from builds4hr (our source of data) these have the same request times and request ids. Retries tend to do that. But the result is that these log urls are being applied to the same job. That's not happening for the later retries. I don't see a smoking gun yet as to why.
They DO have different ``reason`` values: 1 vs. 5 and are run on different machines (``slave_id``).
We need to investigate why these got merged into a single job.
The retrigger button wrapping is expressed here: https://bugzilla.mozilla.org/show_bug.cgi?id=1113264
Updated•10 years ago
|
Component: Treeherder → Treeherder: Data Ingestion
Priority: -- → P1
Summary: a certain retry (where the retry was <2 minutes long) yielded a duplicate link for logs in treeherder → Jobs with a result of 'retry' are sometimes being incorrectly merged
Updated•10 years ago
|
Blocks: treeherder-dev-transition
Comment 5•10 years ago
|
||
In bug 1080161, this happened with a job that was not a retry:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=5583c1a286cf&filter-searchStr=android debug r6
Keywords: regression
Summary: Jobs with a result of 'retry' are sometimes being incorrectly merged → Some jobs are being incorrectly merged, resulting in two log URL buttons in the UI
Comment 6•10 years ago
|
||
I tried this with current production today, but couldn't reproduce it with the provided URLs; the UI seems to be behaving correctly for me.
Comment 7•10 years ago
|
||
I take it back.. yes I can reproduce it. Maybe I had a stale browser.
Updated•10 years ago
|
No longer blocks: treeherder-dev-transition
Comment 8•10 years ago
|
||
I'm pretty sure bug 1093743 will fix this :-)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•