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 2013/09/20 23:38:57 UTC

[jira] [Resolved] (CASSANDRA-4048) SSTableLoader meets problem during the apply of the schema update

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

Jonathan Ellis resolved CASSANDRA-4048.
---------------------------------------

    Resolution: Cannot Reproduce
    
> SSTableLoader meets problem during  the apply of  the schema update
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-4048
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4048
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.0.8
>            Reporter: Zhu Han
>            Priority: Minor
>
> SSTableLoader tries to apply the "drop column family" meta data update, and meets below problem. Seems like the column family 
> is dropped multiple times?
> user@luzhou:/data/apache-cassandra-1.0.8$ bin/sstableloader -i hostA,hostB /tmp/out/store/
> Starting client (and waiting 30 seconds for gossip) ...
> java.lang.IllegalArgumentException: Unknown CF 1000
> 	at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:167)
> 	at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:160)
> 	at org.apache.cassandra.db.migration.DropColumnFamily.applyModels(DropColumnFamily.java:70)
> 	at org.apache.cassandra.db.migration.Migration.apply(Migration.java:156)
> 	at org.apache.cassandra.db.DefinitionsUpdateVerbHandler$1.runMayThrow(DefinitionsUpdateVerbHandler.java:73)
> 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:679)
> ERROR 18:35:51,423 Error in ThreadPoolExecutor
> java.lang.IllegalArgumentException: Unknown CF 1000
> 	at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:167)
> 	at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:160)
> 	at org.apache.cassandra.db.migration.DropColumnFamily.applyModels(DropColumnFamily.java:70)
> 	at org.apache.cassandra.db.migration.Migration.apply(Migration.java:156)
> 	at org.apache.cassandra.db.DefinitionsUpdateVerbHandler$1.runMayThrow(DefinitionsUpdateVerbHandler.java:73)
> 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:679)
> ERROR 18:35:51,595 Error in ThreadPoolExecutor
> java.lang.IllegalArgumentException: Unknown CF 1000
> 	at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:167)
> 	at org.apache.cassandra.db.Table.getColumnFamilyStore(Table.java:160)
> 	at org.apache.cassandra.db.migration.DropColumnFamily.applyModels(DropColumnFamily.java:70)
> 	at org.apache.cassandra.db.migration.Migration.apply(Migration.java:156)
> 	at org.apache.cassandra.db.DefinitionsUpdateVerbHandler$1.runMayThrow(DefinitionsUpdateVerbHandler.java:73)
> 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:679)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira