You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2013/06/24 23:36:20 UTC

[jira] [Created] (CASSANDRA-5696) Upgrading to cassandra-1.2 with a dead LEFT state from 1.1 causes problems

Brandon Williams created CASSANDRA-5696:
-------------------------------------------

             Summary: Upgrading to cassandra-1.2 with a dead LEFT state from 1.1 causes problems
                 Key: CASSANDRA-5696
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5696
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.0
            Reporter: Brandon Williams
            Assignee: Brandon Williams
             Fix For: 1.2.7


In 1.1, we wrote LEFT states as LEFT,token,expiretime in gossip.  However in 1.2, VersionValue serializes this to LEFT,expiretime,tokens and causes the upgrade 1.2 to try and parse it this way as well, causing it to try to parse the token as an expiretime.

Another wrinkle to this is assassinate still writes it the old way: LEFT,tokens,expiretime.

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