Closed
Bug 936460
Opened 12 years ago
Closed 12 years ago
Run selfserve-agent on multiple masters
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(2 files)
|
1.30 KB,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
1.30 KB,
patch
|
Callek
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
To cancel builds selfserve-agent uses buildbot web interface and this operation sometimes takes a lot of time what blocks other selfserve requests.
To improve this situation we can deploy and run selfserve agent on multiple masters. I tested 2 agents running in parallel on bm36 and bm81 and they behave as expected.
TODO:
* requires rabbit2 netflows (see bug 934505)
* make sure that the masters can talk to each other via buildbot http interface (to cancel builds)
* One liner per master should enable it https://hg.mozilla.org/build/puppet/rev/5acc6e2544b9#l2.12
| Assignee | ||
Comment 1•12 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #0)
> * requires rabbit2 netflows (see bug 934505)
Nope, already done.
* file bugs to add selfserve-agent nagios checks
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #829322 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #829322 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 829322 [details] [diff] [review]
[puppet] add bm61 (use1) and bm64 (usw2)
https://hg.mozilla.org/build/puppet/rev/68cdbe4916e6
Attachment #829322 -
Flags: checked-in+
Comment 4•12 years ago
|
||
Do we avoid duplicated actions because each instance removes a message from the queue prior to acting on it ?
| Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #4)
> Do we avoid duplicated actions because each instance removes a message from
> the queue prior to acting on it ?
Yes. I watched multiple masters last week and didn't see any dupes.
| Assignee | ||
Comment 6•12 years ago
|
||
FTR, I'd like to add 3 more (one per colo) agents sometime next week.
| Assignee | ||
Comment 7•12 years ago
|
||
Attachment #8338839 -
Flags: review?(bugspam.Callek)
Updated•12 years ago
|
Attachment #8338839 -
Flags: review?(bugspam.Callek) → review+
| Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 8338839 [details] [diff] [review]
Add 2 more masters
remote: https://hg.mozilla.org/build/puppet/rev/28db31fe2760
remote: https://hg.mozilla.org/build/puppet/rev/84585ced30ca
Attachment #8338839 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•