Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Wayne W
Hmm nothing in the logs. On Wed, Apr 20, 2016 at 3:18 PM, Wayne W wrote: > Ok thanks Eric I will have a look. > > On Wed, Apr 20, 2016 at 3:17 PM, Eric Covener wrote: > >> On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote: >> >> how would I check monitor this? any ideas? I must admit I was

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Wayne W
Ok thanks Eric I will have a look. On Wed, Apr 20, 2016 at 3:17 PM, Eric Covener wrote: > On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote: > >> how would I check monitor this? any ideas? I must admit I was > surprised, but > >> I was;t sure if mixing ProxyPass and a proxy balancer had some

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Eric Covener
On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote: >> how would I check monitor this? any ideas? I must admit I was surprised, but >> I was;t sure if mixing ProxyPass and a proxy balancer had some weird >> effect/non supported >> >> Its a pain as it happened a couple of times. I mitigated the i

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Eric Covener
On Wed, Apr 20, 2016 at 10:10 AM, Wayne W wrote: > how would I check monitor this? any ideas? I must admit I was surprised, but > I was;t sure if mixing ProxyPass and a proxy balancer had some weird > effect/non supported > > Its a pain as it happened a couple of times. I mitigated the issue at th

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Wayne W
Hi Eric, how would I check monitor this? any ideas? I must admit I was surprised, but I was;t sure if mixing ProxyPass and a proxy balancer had some weird effect/non supported Its a pain as it happened a couple of times. I mitigated the issue at the moment, by making sure that jetty instance is s

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Eric Covener
On Mon, Apr 11, 2016 at 11:37 AM, Wayne W wrote: > I had an issue in production today where the jetty instance became > unresponsive (garage collection/out of memory). However it also stopped all > requests going to the 2 tomcat instances. > > Does apache not handle this case? ie keep forwarding/l

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Jim Jagielski
No, that is not expected behavior... they are not dependent at all. > On Apr 20, 2016, at 8:06 AM, Wayne W wrote: > > Hi anyone got any ideas on this? > > thanks > > On Mon, Apr 11, 2016 at 4:37 PM, Wayne W wrote: > Hi, > > Perhaps this is default behaviour but its not what I was expecting.

[users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-11 Thread Wayne W
Hi, Perhaps this is default behaviour but its not what I was expecting. I have the following conf on Apache 2.4 ServerName somedomain.com ProxyPass /share http://127.0.0.1:8181/share ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=Off # define the balancer, with http an