That is exactly what I was thinking. But on to your real problem....What do the apache server's resources look like when this starts happening? Things like number of connections, tcp port utilization, cpu, I/O, etc...
Makes me wonder if there isn't something being taxed and causing the server's DNS lookups to time out.
On Wed, 22 Apr 2015 21:44:18 -0400 Yasser <yarafatin@xxxxxxxxx> wrote:
Yes. The Apache servers may sound redundant with the current setup, but in the future it will be used for other purposes like proxying to differentvirtual ips, php hosting etc. I cannot change the enterprise suite at this point in time. So are you running through the F5, load balancing to the two Apacheproxies, then load balancing with the apache proxies to your 10 back endJBOSS servers? On Wed, 22 Apr 2015 16:21:29 -0400 Yasser <yarafatin@xxxxxxxxx> wrote:I am in the midst of performance testing a web application and I get theseerrors in Apache logs[Sat Apr 18 03:01:01 2015] [error] [client xx.xx.xxx.253] proxy: DNS lookupfailure for: jboss-host-name returned by /some/url, referer: http://f5hostname/context/URIIt occurs only at high load levels. I have seen posts where this error occurs due to incorrect proxy configuration, but my case doesn't fall underthat I guess. At the very end of the test I get another error - "Allworkers are in error state". I think the first DNS error causes all workersto shutdown.Can someone point where I could start looking? Please let me know if youneed more details than whats mentioned below. *More details:* Apache version: 2.2 mod_cluster: 1.2.4.FinalI have an F5 in front of two Apache servers. There are ten JBoss servers inthe balancer.Apache configuration snippet: (I am not using proxypass directive, justmodcluster) <IfModule mod_proxy.c> ProxyRequests Off ProxyVia On</IfModule> <IfModule mpm_worker_module>ServerLimit, StartServers and worker related attributes configuredhere</IfModule> ProxyPreserveHost OnMemManagerFile /var/cache/httpd <VirtualHost *:1280> ManagerBalancerName some2 (this is the same usedin jboss using proxylist) ........ Logs:[Tue Apr 21 22:06:25 2015] [debug] mod_proxy_http.c(1973): proxy: HTTP:serving URL http://jbosshost:8080/uri[Tue Apr 21 22:06:25 2015] [debug] proxy_util.c(2011): proxy: HTTP: hasacquired connection for (jbosshost)[Tue Apr 21 22:06:25 2015] [debug] proxy_util.c(2067): proxy: connectinghttp://jbosshost:8080/uri[Tue Apr 21 22:06:25 2015] [error] [client 10.xxx.xxx.xxx] proxy: DNSlookup failure for: jbosshost returned by /URI[Tue Apr 21 22:06:25 2015] [debug] proxy_util.c(2029): proxy: HTTP: hasreleased connection for (jbosshost) OS: RHEL 6.5
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx