You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2011/04/24 07:40:05 UTC

[jira] [Assigned] (CASSANDRA-2550) nodetool setcompactionthroughput requiring wrong number of arguments?

     [ https://issues.apache.org/jira/browse/CASSANDRA-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stu Hood reassigned CASSANDRA-2550:
-----------------------------------

    Assignee: Stu Hood

> nodetool setcompactionthroughput requiring wrong number of arguments?
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-2550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2550
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8 beta 1
>            Reporter: Terje Marthinussen
>            Assignee: Stu Hood
>            Priority: Minor
>              Labels: nodetool
>
> ---
>             case SETCOMPACTIONTHROUGHPUT :
>                 if (arguments.length != 2) { badUse("Missing value argument."); }
>                 probe.setCompactionThroughput(Integer.valueOf(arguments[1]));
>                 break;
> ---
> I would think arguments.length should be just 1?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira