Re: Multiple writers writing to a cassandra node...

2013-12-08 Thread Krishna Chaitanya
Fixed the bug. One of the clients was trying to drop a context to which another client was writing and this was causing the exception. Thanks. On Dec 8, 2013 11:31 PM, Aaron Morton aa...@thelastpickle.com wrote: IllegalRequestException does not existing in the server code in version 2.0. Is

Re: Multiple writers writing to a cassandra node...

2013-12-01 Thread Krishna Chaitanya
Hi, Thanks for the reply Aaron... There is no error stack! Just a single exception which says, terminate called after IllegalRequestException what(): Default TException. When I try to send the same amount of data from a single node to a single cassandra node, it works fine. But, when I

Re: Multiple writers writing to a cassandra node...

2013-12-01 Thread Krishna Chaitanya
Hi, The exception occurs on the clients. The server is fine. FYI, I dont do any reads, only writes to cassandra. I re-run the experiment everytime after dropping all the created columnfamilies and key spaces. Thanks... On Sun, Dec 1, 2013 at 4:57 AM, Krishna Chaitanya

Re: Multiple writers writing to a cassandra node...

2013-11-28 Thread Aaron Morton
I am a newbie to the Cassandra world. I would like to know if its possible for two different nodes to write to a single Cassandra node Yes. Currently, I am getting a IllegalRequestException, what (): Default TException on the first system, What is the full error stack ?

Multiple writers writing to a cassandra node...

2013-11-25 Thread Krishna Chaitanya
Hello, I am a newbie to the Cassandra world. I would like to know if its possible for two different nodes to write to a single Cassandra node. I have a packet collector software which runs in two different systems. I would like both of them to write the packets to a single node(same keyspace