Re: ingress TCP connection state

2015-11-20 Thread Miloš Kozák
HI, any thoughts? Thank you very much! Miloš > 18. 11. 2015 v 19:22, Miloš Kozák <milos.ko...@lejmr.com>: > > Hello, > > I have got haproxy installed from CentOS 6 repository, and I use TCP mode for > a special messaging protocol. Occasionally, the ingress TCP connect

Re: ingress TCP connection state

2015-11-20 Thread Miloš Kozák
HI, any thoughts? Thank you very much! Miloš > 18. 11. 2015 v 19:22, Miloš Kozák <milos.ko...@lejmr.com>: > > Hello, > > I have got haproxy installed from CentOS 6 repository, and I use TCP mode for > a special messaging protocol. Occasionally, the ingress TCP connect

ingress TCP connection state

2015-11-18 Thread Miloš Kozák
Hello, I have got haproxy installed from CentOS 6 repository, and I use TCP mode for a special messaging protocol. Occasionally, the ingress TCP connection dies, but the TCP connection towards the application server survives. There is a not very short time period when application server thinks

Re: Stickiness on req.payload fails

2015-09-25 Thread Miloš Kozák
OK, and is it possible to dump the content of such a buffer for inspection? Dne 25.9.2015 v 10:16 Baptiste napsal(a): On Fri, Sep 25, 2015 at 9:49 AM, Miloš Kozák <milos.ko...@lejmr.com> wrote: Hi, thank you for that fix. My solution, which uses -m found, works perfectly now! BTW how o

Re: Stickiness on req.payload fails

2015-09-25 Thread Miloš Kozák
Dne 25.9.2015 v 11:21 Emeric Brun napsal(a): On 09/25/2015 11:00 AM, Miloš Kozák wrote: OK, and is it possible to dump the content of such a buffer for inspection? There is no easy way to do that. Dne 25.9.2015 v 10:16 Baptiste napsal(a): On Fri, Sep 25, 2015 at 9:49 AM, Miloš Kozák

Re: Stickiness on req.payload fails

2015-09-24 Thread Miloš Kozák
Any thoughts? Dne 22.9.2015 v 09:35 Miloš Kozák napsal(a): Hi, I am trying to set up a load balancer for a special binary protocol which uses TCP for transport. Each TCP payload starts with sequence of bytes which can be used for load balancing and stickiness. Each packet starts

Re: Stickiness on req.payload fails

2015-09-24 Thread Miloš Kozák
I did try even that.. Interesting thing happens when I set tcp-inspect delay to 10s, my stickiness rule appears after 30s. The problem is it takes very much of time, and the stickiness then actually does not work, i.e., I can see that every further response goes from different server. Also,

Re: Stickiness on req.payload fails

2015-09-24 Thread Miloš Kozák
09:16 AM, Miloš Kozák wrote: I did try even that.. Interesting thing happens when I set tcp-inspect delay to 10s, my stickiness rule appears after 30s. The problem is it takes very much of time, and the stickiness then actually does not work, i.e., I can see that every further response goes

Stickiness on req.payload fails

2015-09-22 Thread Miloš Kozák
Hi, I am trying to set up a load balancer for a special binary protocol which uses TCP for transport. Each TCP payload starts with sequence of bytes which can be used for load balancing and stickiness. Each packet starts with 4B ... protocol identifier FF00FF00 1B ... protocol version

Stickiness on req.payload fails

2015-09-22 Thread Miloš Kozák
Hi, I am trying to set up a load balancer for a special binary protocol which uses TCP for transport. Each TCP payload starts with sequence of bytes which can be used for load balancing and stickiness. Each packet starts with 4B ... protocol identifier FF00FF00 1B ... protocol version