I am getting following exception: java.lang.NullPointerException at org.apache.cassandra.db.Table.apply(Table.java:407) at org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:68) at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:40) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor $Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) ERROR 08:30:42,021 Uncaught exception in thread Thread[ROW-MUTATION-STAGE:7,5,main]
I found (http://www.mail-archive.com/user@cassandra.apache.org/msg04409.html) in archived. But no one has replied to this issue. Is this a bug? In fact we have a ring of 3 nodes. When this exception occur then our Java client hang. Can any body please tell me how can i avoid this situation? We are using cassandra 0.6.3 and hector library for Java