Re: java.nio.BufferOverflowException from cassandra server

2012-04-17 Thread aaron morton
What version are you on ? it's on odd error for sure. Try eliminates changes until you get to a stable base: use the default install out of the box and the tools/stress app in the source distro. If that works try it with your C++ client. Hope that helps. - Aaron Morton

Re: java.nio.BufferOverflowException from cassandra server

2012-04-17 Thread Jonathan Ellis
If I were to take a wild guess, it would be that you're using a single Thrift connection in multiple threads, which isn't supported. On Mon, Apr 16, 2012 at 6:43 PM, Aniket Chakrabarti chakr...@cse.ohio-state.edu wrote: Hi, I have set up a 4 node cassandra cluster. I am using the Thrift C++

java.nio.BufferOverflowException from cassandra server

2012-04-16 Thread Aniket Chakrabarti
Hi, I have set up a 4 node cassandra cluster. I am using the Thrift C++ API to write a simple C++ application with creates a 50% READ 50% WRITE requests. Every time near about a thousand request mark, I am getting the following exception and my connection is broken: