You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2022/09/22 11:48:06 UTC

[Bug 66273] Traffic is halted in apache when one of the worker network connection is down

https://bz.apache.org/bugzilla/show_bug.cgi?id=66273

MDReddy <le...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from MDReddy <le...@gmail.com> ---
In loadbalancer config file ,below two workers are configured. When high load
is running , one of the worker network interface is down (to check the
robustness - 10.192.1.2 ). On Apache , there was no traffic passed for almost
60 secs or more. And there were some timeouts and 503 errors are on client
side. 

There is no timeout related configurations are configured in apache
configuration. 

BalancerMember https://10.192.1.2:9443 ttl=60
BalancerMember https://10.192.1.3:9443 ttl=60

Expectation is apache should not halt the traffic for 60 secs , it should
divert the traffic to working worker (10.192.1.3). 

Could you please help me understanding  apache behaviour when some of the
workers down and is there any configuration can be used for turning the
behaviour. 

Let me know if any more information is needed

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org