[ 
https://issues.apache.org/jira/browse/CASSANDRA-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13584295#comment-13584295
 ] 

Aleksander Stasiak commented on CASSANDRA-5238:
-----------------------------------------------

I also see similar stack trace in my log. During bootstraping new node to a 
cluster on the old one (the one, that is streaming data to new one) I see log 
messages (a lot!) as above, simultaneously I can observe many messages as 
follows:

ERROR [MutationStage:212] 2013-02-22 14:59:18,575 RowMutationVerbHandler.java 
(line 61) Error in row mutation
org.apache.cassandra.db.UnknownColumnFamilyException: Couldn't find cfId=1082
        at 
org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:126)
        at 
org.apache.cassandra.db.RowMutation$RowMutationSerializer.deserialize(RowMutation.java:439)
        at 
org.apache.cassandra.db.RowMutation$RowMutationSerializer.deserialize(RowMutation.java:447)
        at org.apache.cassandra.db.RowMutation.fromBytes(RowMutation.java:395)
        at 
org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:42)
        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)
My version is: 1.1.7, this week i faced many problems with the cluster, so I 
decided to remove two of nodes from the six-nodes cluster, then removed all 
test keyspaces from server to made it more compact, now I'm trying to bring 
cluster to be six-node one. Now during bootstrap of fifth node I'm facing such 
errors.
                
> TokenMetadata.getToken java.lang.AssertionError
> -----------------------------------------------
>
>                 Key: CASSANDRA-5238
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5238
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.5
>            Reporter: sunjian
>
> ERROR [MutationStage:159] 2013-02-07 06:34:33,121 
> AbstractCassandraDaemon.java (line 135) Exception in thread 
> Thread[MutationStage:159,5,main]
> java.lang.AssertionError
>         at 
> org.apache.cassandra.locator.TokenMetadata.getToken(TokenMetadata.java:304)
>         at 
> org.apache.cassandra.service.StorageProxy$5.runMayThrow(StorageProxy.java:370)
>         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:722)
> ERROR [MutationStage:140] 2013-02-07 06:34:38,124 
> AbstractCassandraDaemon.java (line 135) Exception in thread 
> Thread[MutationStage:140,5,main]
> java.lang.AssertionError
>         at 
> org.apache.cassandra.locator.TokenMetadata.getToken(TokenMetadata.java:304)
>         at 
> org.apache.cassandra.service.StorageProxy$5.runMayThrow(StorageProxy.java:370)
>         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:722)
> ERROR [MutationStage:144] 2013-02-07 06:34:38,124 
> AbstractCassandraDaemon.java (line 135) Exception in thread 
> Thread[MutationStage:144,5,main]
> java.lang.AssertionError
>         at 
> org.apache.cassandra.locator.TokenMetadata.getToken(TokenMetadata.java:304)
>         at 
> org.apache.cassandra.service.StorageProxy$5.runMayThrow(StorageProxy.java:370)
>         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)

--
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

Reply via email to