Closed
Bug 804346
Opened 12 years ago
Closed 11 years ago
self-serve agent is a SPOF
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Unassigned)
Details
(Keywords: buildapi, Whiteboard: [SPOF])
The current self-serve agent implementation puts it on one buildbot master. If that master is down, self-serve stops working.
If the architecture allows it, this should run on multiple (maybe all?) buildmasters, in such a way that an incoming message is only received by one agent.
If that's not possible, we'll need some basic automatic failover mechanism in place - perhaps multiple agents communicating via the DB to make sure exactly one is active at any time.
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Reporter | ||
Comment 1•11 years ago
|
||
I'm not sure when, but this is fixed!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
by bug 936460 I think
Assignee | ||
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•