Has anyone seen mod_proxy_balancer (in 2.2.11 with mod_proxy_ajp) becoming unbalanced in usage?

In testing we've seen it balance fine for a minutes/hours and then seemingly forget about one of the workers -- sending all session-less requests to another worker (we only have 2 live workers and multiple "dead" workers in the balancer set).

Later I see requests going to the forgotten worker again and I see nothing (with LogLevel set to debug) to denote that Apache ever found the worker unresponsive and thus put it in an error state.

Clearly I have more debugging ahead of me, but I just thought I'd check to see if such an issue has already surfaced.

--
Jess Holle

P.S. Yes, I could try mod_jk instead, but mod_jk lacks one critical capability -- the ability to throttle requests by queuing them up in Apache rather than simply returning a 503 when the AJP workers are max'ed out.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to