-
1. Re: Immediate eviction of a dead worker
jfclere Sep 30, 2013 5:33 AM (in response to thys.dewet)A request is needed to find that the tomcat has been killed... It seems you don't do failover, is that correct?
-
2. Re: Immediate eviction of a dead worker
thys.dewet Sep 30, 2013 5:40 AM (in response to jfclere)I do want to do failover.
My SSL vhosts contains the following :
<VirtualHost xxxxxxxxxx:443>
ProxyPass / balancer://liferay stickysession=JSESSIONID|jsessionid nofailover=Off
ProxyPassReverse / balancer://liferay
ProxyPreserveHost On
......
</VirtualHost>
-
3. Re: Immediate eviction of a dead worker
rhusar Sep 30, 2013 6:28 AM (in response to thys.dewet)However, if I kill the tomcat process abruptly, the requests are still attempted to the now dead host. I see the ajp connection failing, and after a while the connection fails over.
How long is that while?
-
4. Re: Immediate eviction of a dead worker
thys.dewet Sep 30, 2013 7:09 AM (in response to rhusar)Radoslav Husar wrote:
However, if I kill the tomcat process abruptly, the requests are still attempted to the now dead host. I see the ajp connection failing, and after a while the connection fails over.
How long is that while?
5 Minutes
-
5. Re: Immediate eviction of a dead worker
mbabacek Feb 7, 2014 2:30 PM (in response to thys.dewet)5 minutes? Sounds like a familiar number: Re: mod_cluster not dropping workers after abrupt stop.