[
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