You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/03/13 19:09:49 UTC

[jira] [Commented] (CASSANDRA-6824) fix help text for stress counterwrite

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

Jonathan Ellis commented on CASSANDRA-6824:
-------------------------------------------

([~xedin] to review)

> fix help text for stress counterwrite
> -------------------------------------
>
>                 Key: CASSANDRA-6824
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6824
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Russ Hatch
>            Priority: Trivial
>             Fix For: 2.1
>
>         Attachments: 6824-2.txt, trunk-6824.txt
>
>
> the help output for counterwrite shows 'counteradd' in the syntax instead of 'counterwrite'.
> {noformat}
> rhatch@whatup:~/git/cstar/cassandra/tools$ ./bin/cassandra-stress help counterwrite
> Usage: counteradd [err<?] [n>?] [n<?] [tries=?] [ignore_errors] [cl=?]
>  OR 
> Usage: counteradd n=? [tries=?] [ignore_errors] [cl=?]
>   err<? (default=0.02)                     Run until the standard error of the mean is below this fraction
>   n>? (default=30)                         Run at least this many iterations before accepting uncertainty convergence
>   n<? (default=200)                        Run at most this many iterations before accepting uncertainty convergence
>   tries=? (default=9)                      Number of tries to perform for each operation before failing
>   ignore_errors                            Do not print/log errors
>   cl=? (default=ONE)                       Consistency level to use
>   n=?                                      Number of operations to perform
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)