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

Michael Kjellman commented on CASSANDRA-5103:
---------------------------------------------

[~jbellis] yes, upgradesstables across the cluster is letting me bootstrap a 
new node, however wouldn't it make more since to fail a bit differently? Seems 
odd that we even let the node bootstrap at all into the cluster (insert itself 
into gossip etc) if the prereq of all nodes being 1) on the same major and 
2)successfully completed an upgradesstables on every node...but i guess that's 
a feature request if this is WAD.
                
> 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
>            Assignee: 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

Reply via email to