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" wrote:
> IllegalRequestException does not existing in the server code in version
> 2.0. Is this thrown by the cli
IllegalRequestException does not existing in the server code in version 2.0. Is
this thrown by the client ?
InvalidRequestException is thrown in a number of places.
Check you are using the client correctly.
cheers
-
Aaron Morton
New Zealand
@aaronmorton
Co-Founder & Principa
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 wrote:
> Hi,
> Th
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 spl
>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 ?
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
and