[
https://issues.apache.org/jira/browse/CASSANDRA-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925814#action_12925814
]
Jake Farrell commented on CASSANDRA-1645:
-----------------------------------------
steps taken to reproduced it on latest trunk (r1028108):
Stop all running instances of cassandra. remove all files from data and log
directories. build source from trunk or grab rc1. change cassandra.yaml seed
list, thrift ip addresses and partitioner (using ordered). Start all nodes and
watch logs to ensure they cluster. use cassandra-cli on node1 to configure
keyspaces with a replication factor of 3, all column families are using
comparator = bytestype. start sending data to the cluster (using N python
clients). Errors start occurring for RowMutationVerbHandler.java Error in row
mutation ...
> Bootstrapping new node causes RowMutationVerbHandler Couldn't find cfId
> -----------------------------------------------------------------------
>
> Key: CASSANDRA-1645
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1645
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.7 beta 2
> Reporter: Jake Farrell
> Assignee: Stu Hood
> Fix For: 0.7.0
>
> Attachments: 1645.diff
>
>
> Existing 0.7.0-beta2 cluster adding 1 new node with no data data on it.
> Enable bootstrapping and start new node and received stream of Couldn't find
> cfId, added keyspaces via cli and errors stopped. Node did not bootstrap.
> ERROR [MUTATION_STAGE:6] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java
> (line 81) Error in row mutation
> org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't find
> cfId=1011
> at
> org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:113)
> at
> org.apache.cassandra.db.RowMutationSerializer.defreezeTheMaps(RowMutation.java:365)
> at
> org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:375)
> at
> org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:333)
> at
> org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:49)
> at
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:50)
> 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:619)
> ERROR [MUTATION_STAGE:21] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java
> (line 81) Error in row mutation
> org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't find
> cfId=1011
> at
> org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:113)
> at
> org.apache.cassandra.db.RowMutationSerializer.defreezeTheMaps(RowMutation.java:365)
> at
> org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:375)
> at
> org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:333)
> at
> org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:49)
> at
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:50)
> 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:619)
> ERROR [MUTATION_STAGE:31] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java
> (line 81) Error in row mutation
> org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't find
> cfId=1016
> at
> org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:113)
> at
> org.apache.cassandra.db.RowMutationSerializer.defreezeTheMaps(RowMutation.java:365)
> at
> org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:375)
> at
> org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:333)
> at
> org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:49)
> at
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:50)
> 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:619)
> ERROR [MUTATION_STAGE:4] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java
> (line 81) Error in row mutation
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.