Closed
Bug 1301741
Opened 8 years ago
Closed 8 years ago
Stand up a 6th webhead
Categories
(bugzilla.mozilla.org :: Infrastructure, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Unassigned)
References
Details
Per Bug 1301541, it would be valuable to separate out the requests that hit the bzapi to a dedicated webhead. How much effort would it be to stand up a new webhead for this? Is this possible in a small (say, 1 month) time-frame?
Comment 1•8 years ago
|
||
Should be possible. I'm out the last half of September, but will try throwing dhouse or dividehex at it.
Questions:
* What percentage of the traffic is bzapi?
* Is one dedicated webhead enough?
* What is involved in separating out requests, is this a matter of configuration or will it require a new bmo release?
Flags: needinfo?(dylan)
What can be done to expedite getting more webheads stood up?
Flags: needinfo?(klibby)
Comment 4•8 years ago
|
||
We have talked in the past about having a dedicate webhead or more for all API requests so could we combine rest/jsonrpc/xmlrpc/bzapi together for routing to this dedicated system? Or would that not solve the bzapi problem?
dkl
Reporter | ||
Comment 5•8 years ago
|
||
for measuring performance, it would be helpful to split out REST and bzapi. Right now, we know bzapi is slower so splitting it out speeds up all other requests.
Flags: needinfo?(dylan)
Comment 6•8 years ago
|
||
note to self: set up a failover pool in zeus, so that if web6 dies the traffic goes to another node rather than failing
Flags: needinfo?(klibby)
Reporter | ||
Comment 7•8 years ago
|
||
Taking out the part about redirection, that goes in a separate bug
Summary: Stand up a 6th webhead and redirect /bzapi/ queries to it → Stand up a 6th webhead
Updated•8 years ago
|
Comment 8•8 years ago
|
||
fixed the perl dependencies that was causing apache to not start. perl-IO-Compress from rpmforge conflicted with perl-core, which is required but not actually installed anywhere (the parts that bmo needed were getting pulled in from other stated deps in puppet).
updated nagios checks for it as well.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•