You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/07/21 18:35:58 UTC

[jira] [Updated] (CASSANDRA-2933) nodetool hangs (doesn't return prompt) if you specify a table that doesn't exist or a KS that has no CF's

     [ https://issues.apache.org/jira/browse/CASSANDRA-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2933:
--------------------------------------

    Component/s: Tools
         Labels: lhf  (was: )

> 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
>          Components: Tools
>            Reporter: Cathy Daw
>            Priority: Minor
>              Labels: lhf
>
> 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