Re: HAProxy for Hive Thrift Server on Mesos

2015-03-25 Thread Ben Whitehead
Awesome glad to hear it. On Tue, Mar 24, 2015 at 10:00 PM, xiaokun xiaokun...@gmail.com wrote: After set the timeout value, the tcp request become stable. 2015-03-23 23:26 GMT+08:00 John Omernik j...@omernik.com: So per my HA-Proxy logs, I am getting a condition where the client side time

Re: HAProxy for Hive Thrift Server on Mesos

2015-03-24 Thread xiaokun
After set the timeout value, the tcp request become stable. 2015-03-23 23:26 GMT+08:00 John Omernik j...@omernik.com: So per my HA-Proxy logs, I am getting a condition where the client side time expired while waiting for the client to send or receive data, and this is occurring during the

Re: HAProxy for Hive Thrift Server on Mesos

2015-03-23 Thread xiaokun
I have a similar error when launch jenkins in mesos cluster. And I use HA-Proxy to route jenkins URL(and JNLP port) to a fixed one. But from time to time, connection between jenkins master and jenkins slave will lost, while will cause jobs fail. I will try to set timeout value for HAProxy

HAProxy for Hive Thrift Server on Mesos

2015-03-21 Thread John Omernik
I have a nice setup with a Hive thrift server running in a docker container on Mesos. It works pretty well, but something, I believe in how HAProxy works with the connection, is causing the thrift server connection to die after a time. Basically, I can run a few queries, but after 2 or 3, or