Re: Timeout problems, Riak Python Client with protocol buffers

2013-11-05 Thread Brian Roach
On Tue, Nov 5, 2013 at 1:20 PM, finkle mcgraw wrote: > There's a load balancer between the server running the Riak Python Client > and the actual Riak nodes. Perhaps this socket error is related to some > configuration of that load balancer? That's what it looks like. Normally the PB connection

Re: Timeout problems, Riak Python Client with protocol buffers

2013-11-05 Thread finkle mcgraw
Hi Hector, Thank you for your reply. Here is the "stats" view from our Riak dev-cluster: https://gist.github.com/anonymous/7324713 The riak version (core) is 1.4.2. The server running the Riak Python Client is based on some kind of AWS AMI. The whole 5-node-devcluster was set up using: https://g

Re: Timeout problems, Riak Python Client with protocol buffers

2013-11-04 Thread Hector Castro
Hey Finkle, I attempted to reproduce your issue on my Mac and wasn't able to trigger the error same error: $ ./env/bin/pip freeze protobuf==2.4.1 riak==2.0.1 riak-pb==1.4.1.1 wsgiref==0.1.2 $ ./env/bin/python --version Python 2.7.5 Do you have any additional details on your Ubuntu environment? W

Timeout problems, Riak Python Client with protocol buffers

2013-11-02 Thread finkle mcgraw
Hi, I've been having a lot of problems with the Riak Python Client when using protocol buffers. The problem seems to be related to some kind of socket timeout because it only happens if a particular instance of a riak client object has not been used for more than 60 seconds. I describe the problem