Closed
Bug 520274
Opened 16 years ago
Closed 15 years ago
Turn off queue compression in production pool-o-talos-slaves
Categories
(Release Engineering :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: joduinn, Assigned: armenzg)
Details
(Whiteboard: [talos])
Attachments
(1 file, 1 obsolete file)
|
19.19 KB,
patch
|
catlee
:
feedback+
|
Details | Diff | Splinter Review |
Original talos had dedicated slaves per build. This meant that some slaves would get backlogged on work, while others were idle. On some busier branches, the slaves would never be able to catch up. To make sure the backlog cleared, queue compression was turned on from day one. This means that when a slave became free, if there was a backlogged queue, the slave would jump to do the last job, and throw away all the other pending jobs.
Pooling the slaves addressed this.
Out of paranoia, we left queue compression turned on when we moved to pool of slaves. However, as best as we can tell, the pooled slaves are well able to keep up. We should now turn this off and see if this holds true.
Updated•16 years ago
|
Assignee: nobody → catlee
Comment 1•16 years ago
|
||
Turn off merging of requests in talos pool for everything except mozilla-1.9.0 builds.
Also, I've left merging enabled in the talos staging pool, otherwise we'd fall hopelessly behind and start failing because old builds have been deleted.
Attachment #404626 -
Flags: review?(anodelman)
Updated•16 years ago
|
Priority: -- → P3
Comment 2•16 years ago
|
||
Deferring to the Future until after the minipocalypse.
Assignee: catlee → nobody
Component: Release Engineering → Release Engineering: Future
Comment 3•16 years ago
|
||
Comment on attachment 404626 [details] [diff] [review]
Turn off merging on talos pool
Removing review request. Will require a new, non-bitrotted patch when we decide to do this.
Attachment #404626 -
Flags: review?(anodelman)
Comment 4•16 years ago
|
||
Mass move of bugs from Release Engineering:Future -> Release Engineering. See
http://coop.deadsquid.com/2010/02/kiss-the-future-goodbye/ for more details.
Component: Release Engineering: Future → Release Engineering
Updated•16 years ago
|
Whiteboard: [talos]
Comment 5•15 years ago
|
||
This was always the intent, but I don't think we'll ever be willing to do this.
WONTFIX?
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → armenzg
Status: NEW → ASSIGNED
Priority: P3 → P4
| Reporter | ||
Comment 6•15 years ago
|
||
(In reply to comment #5)
> This was always the intent, but I don't think we'll ever be willing to do this.
>
> WONTFIX?
Lets see how testpool load looks after lsblakk lands her developer-config-file to chose what jobs are run in TryServer. I expect that to have a big reduction in load to Tryserver.
| Assignee | ||
Comment 7•15 years ago
|
||
How is bug 588908 different than this one?
I don't think I understand properly the difference.
catlee how does the patch look?
Attachment #404626 -
Attachment is obsolete: true
Attachment #469875 -
Flags: feedback?(catlee)
Comment 8•15 years ago
|
||
(In reply to comment #7)
> Created attachment 469875 [details] [diff] [review]
> Turn off queue compression for all talos jobs on all branches
>
> How is bug 588908 different than this one?
> I don't think I understand properly the difference.
That bug is specific to the try branch. This bug is for ALL branches.
> catlee how does the patch look?
The patch looks good in general. Did you mean to get rid of the 'enable_opt_unittests' settings?
Also, I'm surprised that all branches are running the same talos test suites. Have you checked that nothing except the merging flag has been changed?
| Assignee | ||
Updated•15 years ago
|
Priority: P4 → P3
Updated•15 years ago
|
Attachment #469875 -
Flags: feedback?(catlee) → feedback+
| Assignee | ||
Updated•15 years ago
|
Priority: P3 → P4
| Assignee | ||
Comment 9•15 years ago
|
||
I would like to WONTFIX this bug as I believe we would not be able to handle the load on the minis.
We could file a new one when we have enough minis.
What do you say?
Comment 10•15 years ago
|
||
Agreed.
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•