Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Linux red hat, java 1.6.43
three nodes
-
Low
Description
Running JMX operation forceTableRepairRange fails with nullpointer exception.
Three node cluster with one keyspace and one large columnfamily.
Works when running nodetool -pr but not over JMX.
Stacktrace:
ERROR [MiscStage:1] 2013-04-24 09:53:02,884 CassandraDaemon.java (line 164) Exception in thread Thread[MiscStage:1,5,main]
java.lang.NullPointerException
at org.apache.cassandra.service.SnapshotVerbHandler.doVerb(SnapshotVerbHandler.java:38)
at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:56)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)