Technical question re: load balancers

Buddha Bart

Diamond Member
Oct 11, 1999
3,064
0
0
I saw some of the other threads about how the load balancers failed.

I'm about to deploy a webserver setup using LVS as well, I'd be curious to know what went wrong?

How did your implementation of LVS failover to serving that "you shouldn't be here" message? Did they run thier own small webserver?

Did the secondary load balancer not takeover when heartbeat failed to detect the primary? Or did it take over and then fail for whatever reason the first did (this is a big worry of mine, because if one fails for a configuration reason, and the other is identically configured, the failover probably won't help much).

bart
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
I believe it just ended up being the build of the LVS software they were using. They had some test pages up, and that was the page, somehow the LVS stopped sending requests and was responding itself. The issue was the same for both as they are identical.
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
I'd highly recommed the LVS stuff, it handles load well, our issue was a config issue, along with a the build we were using. I don't know the specifics of build #'s etc we are using at this point.
 

Buddha Bart

Diamond Member
Oct 11, 1999
3,064
0
0
thats interesting. LVS itself can't act as a webserver, so they must have been also running something (apache, whatever) on the load balancers.

what happens if you load the IP of one of the load balancers in your browser? Not the virtual IP they share (depending on whoever's up and 'doign the job') but the actual IP they start up with before one of them alias's the virtual IP. I wouldn't be suprised if it was serving that page.

Hmm... In order for the LVS rules to have changed, it was probably your mon scritpts that bugged out. I was never a huge fan of the default httpd one, it doest close the connection properly.

That or your network hiccuped just long enough for the load balaners to decide everyone was dead in the water. Although thats not likely cuz usualy the mon scripts keep going and will put the servers back in rotation whenever they reappear.

I'd be curious to poke at the issue a bit more, is it the Pogo Linux guys who do your setup, or people from the LVS project?

bart
 

Bleep

Diamond Member
Oct 9, 1999
3,972
0
0
Some pretty pointed questions here. Also some very interesting answers!!

Bleep