You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Kjellman (JIRA)" <ji...@apache.org> on 2013/01/03 17:18:12 UTC

[jira] [Created] (CASSANDRA-5103) cannot bootstrap new 1.2 nodes into cluster upgraded from 1.1.7

Michael Kjellman created CASSANDRA-5103:
-------------------------------------------

             Summary: cannot bootstrap new 1.2 nodes into cluster upgraded from 1.1.7
                 Key: CASSANDRA-5103
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5103
             Project: Cassandra
          Issue Type: Bug
            Reporter: Michael Kjellman
            Priority: Blocker


bootstrap seems to complete okay until the following is thrown:

 INFO 23:04:35,177 JOINING: Starting to bootstrap...
 INFO 23:04:35,257 Finished streaming session d4a96f12-5573-11e2-9613-53174f1b147a from /10.8.25.123
 INFO 23:04:38,611 Finished streaming session d4a96f15-5573-11e2-9613-53174f1b147a from /10.8.25.123
 INFO 23:05:06,712 Finished streaming session d4a96f13-5573-11e2-9613-53174f1b147a from /10.8.30.103
ERROR 23:05:27,133 Exception in thread Thread[Thread-78,5,main]
java.lang.UnsupportedOperationException: SSTable /data/cassandra/brts/fingerprint/brts-fingerprint-hf-46206-Data.db is not compatible with current version ia
        at org.apache.cassandra.streaming.StreamIn.getContextMapping(StreamIn.java:77)
        at org.apache.cassandra.streaming.IncomingStreamReader.<init>(IncomingStreamReader.java:87)
        at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:226)
        at org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:166)
        at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:66)
ERROR 23:07:58,954 Exception in thread Thread[StorageServiceShutdownHook,5,main]
java.lang.NullPointerException
        at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:307)
        at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:464)
        at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
        at java.lang.Thread.run(Thread.java:722)
Service exit with a return value of 143


i'm currently running an upgradesstables on every node in the hopes i'll be able to sucessfully bootstrap another node.

another issue: if bootstrapping fails it looks like we never try to recreate a uuid for that node

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