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
            Priority: Minor


---
            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

Reply via email to