Re: Riak Overload Behavior

2012-05-14 Thread Sean O'Connor
I've spent a while trying to write a script to replicate this problem but so far I've been unsuccessful. I'll try to keep an eye out to see if I can spot patterns for when this happens but otherwise I'll probably need to drop this problem for a little while. If anybody has ideas on additiona

Re: Riak Overload Behavior

2012-05-14 Thread Sean O'Connor
Interesting. I am running Riak 1.1.2 and I am making the requests via version 1.4.0 of the python client using the HTTP transport class. I'll see if I can create a simple script that replicates the problem and post it to the list sometime later tonight or tomorrow. -- Sean O'Connor Co-Founder

Re: Riak Overload Behavior

2012-05-14 Thread Sean Cribbs
Hi Sean, Are you running your test suite against 1.1.x? We have seen 400 errors in the past where the client in a keep-alive connection emitted additional CRLFs or other whitespace beyond the ones required for the request. The next time a request was made, the 400 error was already on the wire bec

Riak Overload Behavior

2012-05-14 Thread Sean O'Connor
Hello, I've been seeing some strange behavior from Riak and any help or feedback would be very welcome. In particular, we've been seeing pseudo-radom 400 errors from Riak when we run our test suite. Our test suite hits riak pretty hard to test various queries and situations in our app and th