You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Adam Hattrell (JIRA)" <ji...@apache.org> on 2014/06/23 12:23:24 UTC

[jira] [Created] (CASSANDRA-7433) Improve information for Unknown table/cf error message

Adam Hattrell created CASSANDRA-7433:
----------------------------------------

             Summary: Improve information for Unknown table/cf error message
                 Key: CASSANDRA-7433
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7433
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Adam Hattrell
            Priority: Minor


Could we add some further details to the following types of error:

{code:none}
ERROR [Thread-11235] 2014-06-20 11:08:20,278 StorageService.java (line 2436) Repair session failed: 
java.lang.IllegalArgumentException: Unknown table/cf pair (counterpartyrisk.deals20140602HPCE_OFFICIAL) 
at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:165) 
at org.apache.cassandra.service.StorageService.getValidColumnFamilies(StorageService.java:2293) 
at org.apache.cassandra.service.StorageService.forceTableRepair(StorageService.java:2485) 
at org.apache.cassandra.service.StorageService$5.runMayThrow(StorageService.java:2432) 
at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) 
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 
at java.util.concurrent.FutureTask.run(FutureTask.java:262) 
at java.lang.Thread.run(Thread.java:744)
{code}

Specifically that this is expected if you have recently dropped the associated column family.  I don't think this should be dropped to a WARN as if you haven't changed your schema recently then this probably indicates a significant problem.  In the majority of cases though - it can probably be safely ignored.



--
This message was sent by Atlassian JIRA
(v6.2#6252)