Exception in thread event_loop

2014-03-16 Thread Sundeep Kambhampati
Hi, I am using cassandra-2.0.4. When I execute following python code, I often get an exception mentioned below. Sometimes it works fine but most of the times it throws an error. All the nodes are up and running. Data in second column of table is huge, few thousand characters long and there

Re: Exception in thread event_loop

2014-03-16 Thread Sundeep Kambhampati
' - actually shouldn't be a problem tho. Good luck! ml On Sun, Mar 16, 2014 at 8:19 PM, Sundeep Kambhampati satyasunde...@gmail.com wrote: Hi, I am using cassandra-2.0.4. When I execute following python code, I often get an exception mentioned below. Sometimes it works fine but most

Fwd: Unable to gossip with any seeds

2014-02-03 Thread Sundeep Kambhampati
Hi, I am trying to setup multi-node Cassandra cluster (2 nodes). I am using apache-cassandra-2.0.4. I am able to start Cassandra on the seed node. But, when I am trying to start it on the other node it starts and fails in few seconds. I can see the following in my error log: ERROR 03:23:56,915

Re: Unable to gossip with any seeds

2014-02-03 Thread Sundeep Kambhampati
nodes in different Datacenters? If you are configuring on single datacenter with two nodes,then please change the endpoint_snitch from RackInferringSnitch to SimpleSnitch and restart the clusters. Regards, Chiru On 03-Feb-2014, at 2:17 PM, Sundeep Kambhampati satyasunde...@gmail.com wrote