nodetool hangs (doesn't return prompt) if you specify a table that doesn't
exist or a KS that has no CF's
---------------------------------------------------------------------------------------------------------
Key: CASSANDRA-2933
URL: https://issues.apache.org/jira/browse/CASSANDRA-2933
Project: Cassandra
Issue Type: Bug
Reporter: Cathy Daw
Priority: Minor
Invalid CF
{code}
ERROR 02:18:18,904 Fatal exception in thread Thread[AntiEntropyStage:3,5,main]
java.lang.IllegalArgumentException: Unknown table/cf pair
(StressKeyspace.StressStandard)
at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:147)
at
org.apache.cassandra.service.AntiEntropyService$TreeRequestVerbHandler.doVerb(AntiEntropyService.java:601)
at
org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:59)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
{code}
Empty KS
{code}
INFO 02:19:21,483 Waiting for repair requests: []
INFO 02:19:21,484 Waiting for repair requests: []
INFO 02:19:21,484 Waiting for repair requests: []
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira