Closed Bug 615547 Opened 14 years ago Closed 13 years ago

Move Sphinx load balancing to Zeus

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jsocol, Assigned: oremj)

References

Details

(Whiteboard: [sumo/phx move])

Keeping with the trend of moving load balancing to Zeus, it seems like we should consider moving Sphinx to the ZLB as well.

We see a slow but steady stream of network errors from Sphinx that look roughly like:

>  File "/data/www/support.mozilla.com/kitsune/apps/search/sphinxapi.py", line 223, in _GetResponse
>    (status, ver, length) = unpack('>2HL', sock.recv(8))
>
> error: unpack requires a string argument of length 8

I'm not sure of Zeus instead of Netscaler/ACE would alleviate these or not.

So my questions are:
1) Can we make Sphinx work with the ZLB?
2) If so, should we?
3) If so, can we?
Assignee: server-ops → jeremy.orem+bugs
Flags: needs-downtime+
Not sure if I have the dep right.  This will have to happen when SUMO moves to PHX1 anyways and then SJC1 can be "rebuilt" to match.  

At that point, it won't be a downtime event.
Blocks: 622752
Flags: needs-downtime+ → needs-downtime-
Whiteboard: [sumo/phx move]
This is ready in PHX. I also added the ip as sphinx-sumo in puppet:

+        "sphinx-sumo":
+            ip => $fqdn ? {
+                /^pp-/ => "10.8.83.69",
+                /phx1.mozilla.com$/ => "10.8.83.69",
+                default => "10.2.83.69",
+            };
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.