Re: strange behavior with version 1.4.22

2013-03-12 Thread Saul Waizer
Hey Lukas, Indeed this is an AWS instance, its a custom AMI, the interesting thing about this is that the image has been cloned many times for different deployments and none of the other ones have experienced this, some are actually running with a ton of traffic through them. Today I prepared a

Re: strange behavior with version 1.4.22

2013-03-11 Thread Thomas Heil
Hi, On 11.03.2013 21:23, Saul Waizer wrote: Hello List, I am experiencing some erratic behavior on 2 fresh installs (V 1.4.22) that I've never seen before. Basically the haproxy is taking 100% of cpu, there is nothing running on the box and there is no traffic going through it, yet the load

Re: strange behavior with version 1.4.22

2013-03-11 Thread Saul Waizer
Absolutley, here is the config: global log 127.0.0.1 local0 crit pidfile /var/run/haproxy.pid stats socket /var/run/haproxy.stat mode 666 nbproc 2 maxconn 65000 tune.maxrewrite 1024 tune.bufsize 32768 userhaproxy group haproxy

Re: strange behavior with version 1.4.22

2013-03-11 Thread Willy Tarreau
Hi Saul, On Mon, Mar 11, 2013 at 05:29:10PM -0400, Saul Waizer wrote: Absolutley, here is the config: global log 127.0.0.1 local0 crit pidfile /var/run/haproxy.pid stats socket /var/run/haproxy.stat mode 666 nbproc 2 maxconn 65000 tune.maxrewrite

Re: strange behavior with version 1.4.22

2013-03-11 Thread Saul Waizer
Thanks Willy, Here is the strace (constantly showing the same output very fast!) I will try the snapshot and post my findings, let me know your thoughts on the strace strace -tt -p 13659 Process 13659 attached - interrupt to quit 17:56:26.908085 epoll_wait(0, {{EPOLLHUP, {u32=4, u64=4}}}, 7,

Re: strange behavior with version 1.4.22

2013-03-11 Thread Willy Tarreau
On Mon, Mar 11, 2013 at 05:58:54PM -0400, Saul Waizer wrote: Thanks Willy, Here is the strace (constantly showing the same output very fast!) I will try the snapshot and post my findings, let me know your thoughts on the strace strace -tt -p 13659 Process 13659 attached - interrupt to

RE: strange behavior with version 1.4.22

2013-03-11 Thread Lukas Tribus
Linux ip-x.x.x.x 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST 2008 x86_64 x86_64 x86_64 GNU/Linux [...] CentOS release 5.4 (Final) This seems to be a weird config, you have CentOS 5.4 (released 2009 with a 2.6.18 kernel), but you are running a xenified Fedora kernel compiled in 2008.