Closed
Bug 1008213
Opened 11 years ago
Closed 11 years ago
Limit coalescing
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: catlee)
Details
Attachments
(1 file)
15.96 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
Coalescing causes pain. And yet it also allows us to deal with capacity issues.
To mitigate this, let's try limiting the amount of coalescing that can happen.
The number of the counting is 3. Thou shalt not coalesce 4 jobs, and 5 is right out.
Assignee | ||
Comment 1•11 years ago
|
||
also change nomergeBuilders to use a set() since that should be moar faster!
Attachment #8420386 -
Flags: review?(bhearsum)
Updated•11 years ago
|
Attachment #8420386 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8420386 -
Flags: checked-in+
Comment 2•11 years ago
|
||
Merged into production and live.
Assignee | ||
Comment 3•11 years ago
|
||
Looks like it's working!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•