RE: how to sync HaProxy config with ZooKeeper

2014-07-10 Thread Зайцев Сергей Александрович
Hi, thanks! Looking forward to look at it and try to use С уважением, Зайцев Сергей Александрович, <Департамент Реализации Интеграционных Решений> Т. +7 (495) 514 1410 (доб. 4236) M. +7 (926) 143-4858 s.zayt...@r-style.com www.r-style.com -Original Message- From: Steven Le Rou

Re: how to sync HaProxy config with ZooKeeper

2014-07-10 Thread David Birdsong
It's not zookeeper backed, but I'm curious if anybody's using: https://github.com/kelseyhightower/confd to rewrite haproxy config and reloading. On Thu, Jul 10, 2014 at 12:19 AM, Зайцев Сергей Александрович < s.zayt...@r-style.com> wrote: > Hi, thanks! > > Looking forward to look at it and try t

14th China(Guzhen)International Lighting Fair

2014-07-10 Thread lighting fair
Title: edm unsubscribe Report Spam   The industry event, and ideal platform for the lighting industry 22nd October – 26th October,2014 Guangdong China, the Zhongshan Guzhen Convention and Exhibition Center Brochure of GILF Sourcing for the be

Re: how to sync HaProxy config with ZooKeeper

2014-07-10 Thread Holger Just
Hi, Зайцев Сергей Александрович wrote: > So the question is - is the a way to synchronized HaProxy's > configuration with ZooKeeper ( somehow ). Airbnb uses a tool called Synapse [1] as part of their Smartstack platform [2]. It integrates HAProxy and zookeeper to provide high availability by usin

Re: POST with x-www-form-urlencoded Content-Type

2014-07-10 Thread Willy Tarreau
Hi Dan, On Wed, Jul 09, 2014 at 07:13:33PM +, Daniel Dubovik wrote: > Hello all, > > I am attempting to balance traffic to a number of backend instances. I am > balancing based off the Host header, and for the most part everything is > working. When testing a bit more today, I came across s

Re: Strange crash of HAProxy 1.5.1

2014-07-10 Thread Merton Lister
Hi everyone, Thanks a lot for the suggestions and discussion. Below are some more info as requested. Hopefully they can lead to a definitive diagnosis of the problem. It looks like the "CPU=native" parameter above results in some machine > code generated during compilation which cannot be execute

Re: compression offload doesn't offload?

2014-07-10 Thread Pawel Veselov
On Wed, Jul 9, 2014 at 2:04 PM, Cyril Bonté wrote: > Hi, > > Le 09/07/2014 22:36, Pawel Veselov a écrit : > > Hi. >> >> I'm trying to offload compression using 1.5.1. I have these lines in >> defaults section: >> >> compression offload >> compression algo gzip >> compression type

Re: POST with x-www-form-urlencoded Content-Type

2014-07-10 Thread Willy Tarreau
Hi Dan, On Thu, Jul 10, 2014 at 05:20:18PM +0200, Willy Tarreau wrote: > Hi Dan, > > On Wed, Jul 09, 2014 at 07:13:33PM +, Daniel Dubovik wrote: > > Hello all, > > > > I am attempting to balance traffic to a number of backend instances. I am > > balancing based off the Host header, and for

Re: Strange crash of HAProxy 1.5.1

2014-07-10 Thread Cyril Bonté
Hi all, Le 10/07/2014 18:26, Merton Lister a écrit : Hi everyone, Thanks a lot for the suggestions and discussion. Below are some more info as requested. Hopefully they can lead to a definitive diagnosis of the problem. It looks like the "CPU=native" parameter above results in some machine

Re: Strange crash of HAProxy 1.5.1

2014-07-10 Thread Manfred Hollstein
Hi Merton, thanks for providing the requested information. I've inserted some comments below. On Thu, 10 Jul 2014, 18:26:19 +0200, Merton Lister wrote: > Hi everyone, > > Thanks a lot for the suggestions and discussion. Below are some more info as > requested. Hopefully they can lead to a defini

Re: Strange crash of HAProxy 1.5.1

2014-07-10 Thread Willy Tarreau
Hi Merton, On Fri, Jul 11, 2014 at 12:26:19AM +0800, Merton Lister wrote: > flags : fpu de tsc msr pae cx8 apic cmov pat clflush mmx fxsr sse sse2 ss > ht nx constant_tsc nonstop_tsc pni pclmulqdq ssse3 sse4_1 sse4_2 popcnt > tsc_deadline_timer aes hypervisor ida arat epb pln pts dtherm

Re: compression offload doesn't offload?

2014-07-10 Thread Willy Tarreau
Hi Cyril! On Wed, Jul 09, 2014 at 11:04:57PM +0200, Cyril Bonté wrote: > The "offload" value is not copied from the defaults, this is a one line > patch. If you want, you can test the one attached. > > Talking about it, I'm not sure it's a good idea to allow "compression > offload" in the defau

Votre Brosse à Dent Electrique Gratuite

2014-07-10 Thread Brosse à dent
Title: Clé USB SanDisk à 32 Go Cliquez ici pour lire cet e-mail dans votre navigateur.

Reformas tu casa? o sos profesional? No te pierdas Expoincotec,

2014-07-10 Thread Sheraton Expo Incotec
( http://vo.mydplr.com/e1bcd17a42bd27d0-790713f64c28ffce7d86a57cb94905f1 )( http://lt.mydplr.com/1ff6d437bcc4e83c57f698bc1f41ab6f-790713f64c28ffce7d86a57cb94905f1 )

Adding Serial Number to POST Requests

2014-07-10 Thread Zuoning Yin
Hi All, We recently used haproxy as the load balancer in our system and it really worked great. However, we still need one extra feature here. For every POST request, we want to be able to append an id (or serial number) to it. Essentially, we are trying to serializing the POST requests.

Re: Adding Serial Number to POST Requests

2014-07-10 Thread Baptiste
On Thu, Jul 10, 2014 at 11:27 PM, Zuoning Yin wrote: > Hi All, > We recently used haproxy as the load balancer in our system and > it really worked great. However, we still need one extra feature here. > For every POST request, we want to be able to append an id (or > serial number) to it.

Re: Adding Serial Number to POST Requests

2014-07-10 Thread Zuoning Yin
Hi Baptiste, Thanks so much for the reply. It is good to know stick table can help with my case. I had tried some further googling, but can't find a similar example that I can follow. Sorry, I am still new to HAProxy. It will be highly appreciated if you could provide some sample config s

Re: POST with x-www-form-urlencoded Content-Type

2014-07-10 Thread Daniel Dubovik
Hi Willy, I built a new package with the patch, and my test cases are passing now. Just wanted to say thanks for the super quick turn around on this issue! Thanks! Dan Dubovik Senior Linux Systems Engineer 480-505-8800 x4257 On 7/10/14 10:34 AM, "Willy Tarreau" wrote: >Hi Dan, > >On Thu,

Re: POST with x-www-form-urlencoded Content-Type

2014-07-10 Thread Willy Tarreau
Hi Dan, On Fri, Jul 11, 2014 at 01:09:32AM +, Daniel Dubovik wrote: > Hi Willy, > > I built a new package with the patch, and my test cases are passing now. > > Just wanted to say thanks for the super quick turn around on this issue! Great, thank you for the quick feedback! Willy