Re: [PATCH 2/2] BUG/MEDIUM: dns: fix alignment issue when building DNS queries

2016-04-24 Thread Willy Tarreau
On Mon, Apr 25, 2016 at 10:26:19AM +0600, Alexander Lebedev wrote: > I can't find this patch in changelogs and snapshots. This patch will not be > lost? No, I was waiting for a confirmation from Baptiste since I knew he had some important changes to perform in the same area, but he didn't have

Re: Synchronization state backend servers, between two nodes HAProxy.

2016-04-24 Thread Aleksey Maltzev
> Hi Aleksey, > > Well, if I were you I would make the stats socket listening on a > private IP address and run the command over the network to both > HAProxy servers. > > Baptiste > > Hi, Baptiste If I reload on one server? Then the state of the server will be different.

Re: [PATCH 2/2] BUG/MEDIUM: dns: fix alignment issue when building DNS queries

2016-04-24 Thread Alexander Lebedev
I can't find this patch in changelogs and snapshots. This patch will not be lost? Alexander Lebedev 12 апр. 2016 г. 15:39 пользователь "Willy Tarreau" написал: > On Tue, Apr 12, 2016 at 11:00:17AM +0200, Vincent Bernat wrote: > > ??? 12 avril 2016 10:38 +0200, Willy Tarreau

Re: Synchronization state backend servers, between two nodes HAProxy.

2016-04-24 Thread Baptiste
On Mon, Apr 25, 2016 at 1:10 AM, Aleksey Maltzev wrote: > Hi, all. > We have two HAproxy, working with the same configuration. > Their names P1 and P2. > If I made on the P1 command: > echo set server backend/server1 state maint | socat /tmp/socket stdio > How to make that

Synchronization state backend servers, between two nodes HAProxy.

2016-04-24 Thread Aleksey Maltzev
Hi, all. We have two HAproxy, working with the same configuration. Their names P1 and P2. If I made on the P1 command: echo set server backend/server1 state maint | socat /tmp/socket stdio How to make that P2 synchronized state servers? Many thanks.

[PATCH 2/2] CLEANUP: Use server_parse_maxconn_change_request for maxconn CLI updates

2016-04-24 Thread Nenad Merdanovic
--- src/dumpstats.c | 24 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/src/dumpstats.c b/src/dumpstats.c index da26f80..bb62c41 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c @@ -1827,34 +1827,18 @@ static int stats_sock_parse_request(struct

Re: "show servers state" shows nothing?

2016-04-24 Thread Baptiste
On Thu, Apr 21, 2016 at 2:54 AM, James Brown wrote: > I'm trying to set up state-file saving on 1.6.4, but "show servers state" > doesn't return anything. It works fine if I specify an individual backend > (e.g., "show servers state foo_be"), but not if I run it "bare" (which