You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2011/07/27 17:27:09 UTC

[jira] [Resolved] (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 ]

Sylvain Lebresne resolved CASSANDRA-2933.
-----------------------------------------

    Resolution: Fixed

+1 (Committed, thanks)

> 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
>            Assignee: Yuki Morishita
>            Priority: Minor
>              Labels: lhf
>             Fix For: 0.8.3
>
>         Attachments: 2933.txt
>
>
> 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