You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jaakko Laine (JIRA)" <ji...@apache.org> on 2010/01/20 07:11:56 UTC

[jira] Created: (CASSANDRA-723) Add global snapshot to nodeprobe

Add global snapshot to nodeprobe
--------------------------------

                 Key: CASSANDRA-723
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
             Project: Cassandra
          Issue Type: New Feature
    Affects Versions: 0.6
            Reporter: Jaakko Laine
            Assignee: Jaakko Laine
            Priority: Minor
             Fix For: 0.6


Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Commented: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Jonathan Ellis commented on CASSANDRA-723:
------------------------------------------

+1 as long as you're volunteering to help refactor then :)

> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 723.patch
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Commented: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Hudson commented on CASSANDRA-723:
----------------------------------

Integrated in Cassandra #337 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/337/])
    add global_snapshot and clear_global_snapshot to clustertool. patch by jaakko, reviewed by jbellis. 


> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 723.patch
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Updated: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Jaakko Laine updated CASSANDRA-723:
-----------------------------------

    Attachment: 723.patch

patch attached: get list of live nodes and issue takeSnapshot to all of them.


> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 723.patch
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Updated: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Jaakko Laine updated CASSANDRA-723:
-----------------------------------

    Attachment: 723.patch

o/

I volunteer :) Refactored to our brand-new clustertool. (renamed one variable in the process as well)


> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 723.patch
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Commented: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Jaakko Laine commented on CASSANDRA-723:
----------------------------------------

Yeah, I was thinking about that, but since that discussion is not yet finished (whether to have another tool), I thought I might as well put these in nodeprobe first. It is easy to refactor them somewhere else as soon as it's been decided where :)

> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 723.patch
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Resolved: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Jaakko Laine resolved CASSANDRA-723.
------------------------------------

    Resolution: Fixed

committed to trunk.

> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 723.patch
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Updated: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Jaakko Laine updated CASSANDRA-723:
-----------------------------------

    Attachment:     (was: 723.patch)

> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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


[jira] Commented: (CASSANDRA-723) Add global snapshot to nodeprobe

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

Jonathan Ellis commented on CASSANDRA-723:
------------------------------------------

should this go w/ CASSANDRA-698?  it looks like "clusterprobe" is where we are starting to put ops that hit more than one node

> Add global snapshot to nodeprobe
> --------------------------------
>
>                 Key: CASSANDRA-723
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-723
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 723.patch
>
>
> Add global_snapshot and clear_global_snapshot commands. These will take a snapshot on all live endpoints in the cluster.

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