You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Oren Benjamin (JIRA)" <ji...@apache.org> on 2010/07/09 19:00:56 UTC

[jira] Created: (CASSANDRA-1262) stress.py stdev option should be float not int

stress.py stdev option should be float not int
----------------------------------------------

                 Key: CASSANDRA-1262
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1262
             Project: Cassandra
          Issue Type: Bug
          Components: Contrib
    Affects Versions: 0.6.3, 0.6.2, 0.6.1, 0.6, 0.5, 0.4, 0.3, 0.6.4, 0.7, 0.8
            Reporter: Oren Benjamin
            Priority: Trivial


The option to set the standard deviation parameter for the gaussian key generator defaults to 0.1 but has a type of int in the option parser.  As a result, it's impossible to use non-integer standard deviation values when testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1262) stress.py stdev option should be float not int

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-1262:
--------------------------------------

        Fix Version/s: 0.6.4
    Affects Version/s:     (was: 0.5)
                           (was: 0.6)
                           (was: 0.7)
                           (was: 0.8)
                           (was: 0.6.1)
                           (was: 0.6.2)
                           (was: 0.6.3)
                           (was: 0.6.4)
                           (was: 0.3)
                           (was: 0.4)

> stress.py stdev option should be float not int
> ----------------------------------------------
>
>                 Key: CASSANDRA-1262
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1262
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>            Reporter: Oren Benjamin
>            Priority: Trivial
>             Fix For: 0.6.4
>
>
> The option to set the standard deviation parameter for the gaussian key generator defaults to 0.1 but has a type of int in the option parser.  As a result, it's impossible to use non-integer standard deviation values when testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1262) stress.py stdev option should be float not int

Posted by "Oren Benjamin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oren Benjamin updated CASSANDRA-1262:
-------------------------------------

    Attachment: cassandra-0.6-1262.txt

> stress.py stdev option should be float not int
> ----------------------------------------------
>
>                 Key: CASSANDRA-1262
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1262
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>            Reporter: Oren Benjamin
>            Priority: Trivial
>             Fix For: 0.6.4
>
>         Attachments: cassandra-0.6-1262.txt
>
>
> The option to set the standard deviation parameter for the gaussian key generator defaults to 0.1 but has a type of int in the option parser.  As a result, it's impossible to use non-integer standard deviation values when testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1262) stress.py stdev option should be float not int

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888338#action_12888338 ] 

Hudson commented on CASSANDRA-1262:
-----------------------------------

Integrated in Cassandra #491 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/491/])
    

> stress.py stdev option should be float not int
> ----------------------------------------------
>
>                 Key: CASSANDRA-1262
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1262
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>            Reporter: Oren Benjamin
>            Assignee: Brandon Williams
>            Priority: Trivial
>             Fix For: 0.6.4
>
>         Attachments: cassandra-0.6-1262.txt
>
>
> The option to set the standard deviation parameter for the gaussian key generator defaults to 0.1 but has a type of int in the option parser.  As a result, it's impossible to use non-integer standard deviation values when testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.