[
https://issues.apache.org/jira/browse/CASSANDRA-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088797#comment-13088797
]
Hudson commented on CASSANDRA-3038:
-----------------------------------
Integrated in Cassandra-0.8 #288 (See
[https://builds.apache.org/job/Cassandra-0.8/288/])
Handle snapshot arguments correctly.
Patch by Nate McCall, reviewed by brandonwilliams for CASSANDRA-3038
brandonwilliams :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160311
Files :
*
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/tools/NodeCmd.java
> nodetool snapshot does not handle keyspace arguments correctly
> --------------------------------------------------------------
>
> Key: CASSANDRA-3038
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3038
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 0.8.4
> Reporter: Nate McCall
> Assignee: Nate McCall
> Priority: Minor
> Fix For: 0.8.5
>
> Attachments: 3038.txt
>
>
> Given the following invocation:
> ./bin/nodetool snapshot Keyspace1 -t keyspace1_snapshot -h localhost
> Snapshots are made for all keyspaces
> Given a multi-keyspace invocation:
> ./bin/nodetool snapshot Keyspace1 Keyspace2 Keyspac3 -t keyspace1_snapshot -h
> localhost
> Snapshots will be made for Keyspace2 and Keyspace3 but not Keyspace1.
> It appears there is just some antiquated command argument noodling in
> NodeCmd#handleSnapshots
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira