You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2014/08/13 23:04:14 UTC

[jira] [Commented] (CASSANDRA-7746) fix upgrade_through_versions local mode for rolling upgrades

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

Philip Thompson commented on CASSANDRA-7746:
--------------------------------------------

There was an old ccm issue about avoiding this exact scenario of changing the checkout while the nodes are running. It definitely should be avoided. Can't we leverage ccm's existing ability to checkout tags from git and store them in the ~/.ccm folder?

> fix upgrade_through_versions local mode for rolling upgrades
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-7746
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7746
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Russ Hatch
>            Priority: Minor
>
> Upgrade tests now have a local mode for easier debugging with local code modifications (instead of fetching remote versions). This works by locally changing branches and building cassandra as needed.
> There's a potential problem for rolling upgrades because the code will be updated while some of the nodes are still using the last version. I'm not certain if this really affects much in practice but should be relatively straightforward to fix.
> Instead of switching branches, the tests will need to check out the target branch/tag to another location on the filesystem. When upgrading, another version will be checked out to another location on the filesystem, etc. To keep this (hopefully) platform agnostic we should be able to use the python tempfile module, and git can probably be used to check out a single branch as described here: http://stackoverflow.com/questions/1778088/how-to-clone-a-single-branch-in-git



--
This message was sent by Atlassian JIRA
(v6.2#6252)