Which version (or sha would be better) are you running? I am running 1.6-dev5 tarball (patched with SRV_ADMF_CMAINT patch & this peers segfault patch) downloaded from haproxy.org. Here's my haproxy -vv:
HA-Proxy version 1.6-dev5-a02e8a6 2015/09/14 Copyright 2000-2015 Willy Tarreau <[email protected]> Build options : TARGET = linux2628 CPU = generic CC = gcc CFLAGS = -m64 -march=x86-64 -O3 -g -fno-strict-aliasing -Wdeclaration-after-statement OPTIONS = USE_ZLIB=1 USE_OPENSSL=1 USE_LUA=1 USE_STATIC_PCRE=1 USE_TFO=1 Default settings : maxconn = 2000, bufsize = 16384, maxrewrite = 8192, maxpollevents = 200 Encrypted password support via crypt(3): yes Built with zlib version : 1.2.8 Compression algorithms supported : identity("identity"), deflate("deflate"), raw-deflate("deflate"), gzip("gzip") Built with OpenSSL version : OpenSSL 1.0.2a 19 Mar 2015 Running on OpenSSL version : OpenSSL 1.0.2a 19 Mar 2015 OpenSSL library supports TLS extensions : yes OpenSSL library supports SNI : yes OpenSSL library supports prefer-server-ciphers : yes Built with PCRE version : 8.35 2014-04-04 PCRE library supports JIT : no (USE_PCRE_JIT not set) Built with Lua version : Lua 5.3.0 Built with transparent proxy support using: IP_TRANSPARENT IPV6_TRANSPARENT IP_FREEBIND Available polling systems : epoll : pref=300, test result OK poll : pref=200, test result OK select : pref=150, test result OK Total: 3 (3 usable), will use epoll. - Pradeep Jindal On Mon, Sep 21, 2015 at 11:10 PM, Willy Tarreau <[email protected]> wrote: > On Mon, Sep 21, 2015 at 10:58:00PM +0530, Pradeep Jindal wrote: > > As I mentioned in my earlier email, I have tried with single process > > (nbproc 1) too. In multi-process mode, I bind (bind-process 1) the > > frontend-backend pair (pair using the stick table) to process 1 and I > also > > have a special unix stats socket bound (process 1) to process 1 which is > > what I query on both instances. When I hit instance A, I see the entry in > > it's stick table and also in instance B's stick stable. But when I hit > > instance B, I see entry in it's stick table but not in A's stick table. > > > > I will check further but currently I am lost. > > Wait a minute, there was a bug fixed between dev4 and dev5 regarding > this. If you're running an older version you may be hitting this bug. > > I can assure you that I cannot reproduce your issue here with the > config you sent using the latest version. > > Willy > >

