You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Gary Dusbabek (JIRA)" <ji...@apache.org> on 2010/08/20 20:12:16 UTC

[jira] Created: (CASSANDRA-1414) Upgrade from 0.6 to 0.7 is bumpy if you have hints

Upgrade from 0.6 to 0.7 is bumpy if you have hints
--------------------------------------------------

                 Key: CASSANDRA-1414
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1414
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.7 beta 1
            Reporter: Gary Dusbabek
            Assignee: Gary Dusbabek
             Fix For: 0.7 beta 2


Blow away hints on first 7.0 startup (leave a cookie so it doesn't happen every time).
Document that hints will be deleted as part of starting up an upgraded 0.7 node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1414) Upgrade from 0.6 to 0.7 is bumpy if you have hints

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901012#action_12901012 ] 

Hudson commented on CASSANDRA-1414:
-----------------------------------

Integrated in Cassandra #518 (See [https://hudson.apache.org/hudson/job/Cassandra/518/])
    truncate hints if starting 0.7 for the first time. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1414


> Upgrade from 0.6 to 0.7 is bumpy if you have hints
> --------------------------------------------------
>
>                 Key: CASSANDRA-1414
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1414
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>             Fix For: 0.7 beta 2
>
>         Attachments: v1-0001-truncate-hints-if-starting-0.7-for-the-first-time.txt
>
>
> Blow away hints on first 7.0 startup (leave a cookie so it doesn't happen every time).
> Document that hints will be deleted as part of starting up an upgraded 0.7 node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1414) Upgrade from 0.6 to 0.7 is bumpy if you have hints

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900827#action_12900827 ] 

Jonathan Ellis commented on CASSANDRA-1414:
-------------------------------------------

can we name the method something like purgeIncompatibleHints (so it doesn't imply we blow away all hints at startup), and include in the log message that they are snapshotted in case they need to roll back?  (I see you included it in NEWS already.)

> Upgrade from 0.6 to 0.7 is bumpy if you have hints
> --------------------------------------------------
>
>                 Key: CASSANDRA-1414
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1414
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>             Fix For: 0.7 beta 2
>
>         Attachments: v1-0001-truncate-hints-if-starting-0.7-for-the-first-time.txt
>
>
> Blow away hints on first 7.0 startup (leave a cookie so it doesn't happen every time).
> Document that hints will be deleted as part of starting up an upgraded 0.7 node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1414) Upgrade from 0.6 to 0.7 is bumpy if you have hints

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900828#action_12900828 ] 

Jonathan Ellis commented on CASSANDRA-1414:
-------------------------------------------

+1 otherwise

> Upgrade from 0.6 to 0.7 is bumpy if you have hints
> --------------------------------------------------
>
>                 Key: CASSANDRA-1414
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1414
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>             Fix For: 0.7 beta 2
>
>         Attachments: v1-0001-truncate-hints-if-starting-0.7-for-the-first-time.txt
>
>
> Blow away hints on first 7.0 startup (leave a cookie so it doesn't happen every time).
> Document that hints will be deleted as part of starting up an upgraded 0.7 node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1414) Upgrade from 0.6 to 0.7 is bumpy if you have hints

Posted by "Gary Dusbabek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Dusbabek updated CASSANDRA-1414:
-------------------------------------

    Attachment: v1-0001-truncate-hints-if-starting-0.7-for-the-first-time.txt

> Upgrade from 0.6 to 0.7 is bumpy if you have hints
> --------------------------------------------------
>
>                 Key: CASSANDRA-1414
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1414
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>             Fix For: 0.7 beta 2
>
>         Attachments: v1-0001-truncate-hints-if-starting-0.7-for-the-first-time.txt
>
>
> Blow away hints on first 7.0 startup (leave a cookie so it doesn't happen every time).
> Document that hints will be deleted as part of starting up an upgraded 0.7 node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.