You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "sankalp kohli (JIRA)" <ji...@apache.org> on 2016/08/11 04:02:20 UTC

[jira] [Commented] (CASSANDRA-6381) Refactor nodetool

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

sankalp kohli commented on CASSANDRA-6381:
------------------------------------------

This patches changed the way -hosts and -dc is parsed b/w 2.0 and 2.1 
Instead of passing -hosts like repair -hosts IP1,IP2  you need to give 
repair -hosts IP1 -hosts IP2  

Documentation in https://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsRepair.html
is wrong. Please fix it. 

> Refactor nodetool
> -----------------
>
>                 Key: CASSANDRA-6381
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6381
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Yuki Morishita
>            Assignee: Clément Lardeur
>            Priority: Minor
>              Labels: lhf, nodetool
>             Fix For: 2.1 beta1
>
>         Attachments: trunk-6381-fix-windows-nodetool-script.patch, trunk-6381-v2.patch, trunk-6381-v3.patch, trunk-6381-v4.patch, trunk-6381.patch
>
>
> We have way too many nodetool commands(more than 40) packed in one NodeCmd class. And we are trying to add more commands.
> https://github.com/airlift/airline could be a good fit to take out each command into sub command class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)