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
wrote:
> Hi,
>
> I have set up a 4 node cassandra cluster. I am using the Thrift C++ API to
> write a simple C++
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
Freela
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:
==