HAProxy 1.7 server hot reconfiguration

2017-08-22 Thread Denis Astahov
​) mentioned.​ ​What exactly added into v1.7​ for server hot reconfiguration? Respectfully, D ​enis Astahov

Hot reconfiguration of HAProxy still lead to failed request, any suggestions?

2014-02-05 Thread 周登朋
I found there are still failed request when the traffic is high using command like this "haproxy -f /etc/haproxy.cfg -p /var/run/haproxy.pid -sf $(cat /var/run/haproxy.pid)" to hot reload the updated config file. Here below is the presure testing result using webbench : /usr/local/bin/webbench -c

Re: Hot Reconfiguration

2011-06-24 Thread Cyril Bonté
Hi Alan, Le samedi 25 juin 2011 02:17:46, Alan Gutierrez a écrit : > I'm unable to do a hot reconfiguration with either 1.5-dev6 or the > 1.4.15 that comes with fedora. When I send SIGTTOU, HAProxy stops > listening, but the new HAProxy cannot bind. I'm on Fedora 15 on an

Hot Reconfiguration

2011-06-24 Thread Alan Gutierrez
I'm unable to do a hot reconfiguration with either 1.5-dev6 or the 1.4.15 that comes with fedora. When I send SIGTTOU, HAProxy stops listening, but the new HAProxy cannot bind. I'm on Fedora 15 on an Amazon EC2 x86_64 micro instance. I tried binding using a simple Node.js serve

Re: counter reset on hot reconfiguration

2011-03-26 Thread Willy Tarreau
On Fri, Mar 25, 2011 at 11:13:24AM -0400, James Bardin wrote: > Is the answer here correct? > http://serverfault.com/questions/205093/restarting-haproxy-without-losing-counters No, the guy there is wrong or confused. Stats are per process and are lost upon restart. > I would love for the counters

counter reset on hot reconfiguration

2011-03-25 Thread James Bardin
Is the answer here correct? http://serverfault.com/questions/205093/restarting-haproxy-without-losing-counters I would love for the counters to be saved across reloads, but I haven't seen this in my testing (most extensively on 1.4.11). Thanks, -jim

Re: hot reconfiguration, how to?

2010-12-08 Thread Willy Tarreau
Hi David, On Wed, Dec 08, 2010 at 06:30:21PM -0500, David Birdsong wrote: > On Wed, Dec 8, 2010 at 6:13 PM, Bryan Talbot wrote: > > See the architecture doc section 4.3 > > http://haproxy.1wt.eu/download/1.3/doc/architecture.txt > > -Bryan > > > When a new haproxy pid is started after it sends a

Re: hot reconfiguration, how to?

2010-12-08 Thread David Birdsong
.com/questions/165883/is-there-a-way-to-add-more-backend-server-to-haproxy-without-restarting-haproxy >>  http://sysbible.org/2008/07/26/haproxy-hot-reconfiguration/ >> >> However, these options are last documented in version 1.2: >> >>  http://haproxy.1wt.eu/do

Re: hot reconfiguration, how to?

2010-12-08 Thread Bryan Talbot
t-restarting-haproxy > http://sysbible.org/2008/07/26/haproxy-hot-reconfiguration/ > > However, these options are last documented in version 1.2: > > http://haproxy.1wt.eu/download/1.2/doc/haproxy-en.txt > > A brief search did not uncover any similar documentation in newer >

hot reconfiguration, how to?

2010-12-08 Thread Joshua N Pritikin
I found: http://serverfault.com/questions/165883/is-there-a-way-to-add-more-backend-server-to-haproxy-without-restarting-haproxy http://sysbible.org/2008/07/26/haproxy-hot-reconfiguration/ However, these options are last documented in version 1.2: http://haproxy.1wt.eu/download/1.2/doc

Re: question about hot reconfiguration command

2009-02-18 Thread Willy Tarreau
Hi Anthony, On Mon, Feb 16, 2009 at 11:59:09AM +0100, Anthony CHEREL wrote: > I tried some tests with hot reconfiguration command. > > I modified my config file, then i ran this : > > haproxy -f /etc/haproxy/haproxy.cfg -p /var/run/haproxy.pid -sf $(cat > /v

question about hot reconfiguration command

2009-02-16 Thread Anthony CHEREL
I tried some tests with hot reconfiguration command. I modified my config file, then i ran this : haproxy -f /etc/haproxy/haproxy.cfg -p /var/run/haproxy.pid -sf $(cat /var/run/haproxy.pid) Modifications were applied. But when i tried to reconfigure a second time my config file with my