You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Bill de hOra (JIRA)" <ji...@apache.org> on 2011/06/28 22:06:17 UTC

[jira] [Created] (CASSANDRA-2837) Setting RR Chance via CliClient results in chance being too low

Setting RR Chance via CliClient results in chance being too low 
----------------------------------------------------------------

                 Key: CASSANDRA-2837
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2837
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.7.6
            Reporter: Bill de hOra


running a command like 

{noformat}
"update column family shorturls with read_repair_chance=0.4;"
{noformat}

results in the value being set to 0.0040.

Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

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

        

[jira] [Assigned] (CASSANDRA-2837) Setting RR Chance via CliClient results in chance being too low

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

Jon Hermes reassigned CASSANDRA-2837:
-------------------------------------

    Assignee: Jon Hermes

> Setting RR Chance via CliClient results in chance being too low 
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2837
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2837
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.6
>            Reporter: Bill de hOra
>            Assignee: Jon Hermes
>
> running a command like 
> {noformat}
> "update column family shorturls with read_repair_chance=0.4;"
> {noformat}
> results in the value being set to 0.0040.
> Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

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

        

[jira] [Updated] (CASSANDRA-2837) Setting RR Chance via CliClient results in chance being too low

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

Jon Hermes updated CASSANDRA-2837:
----------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s: 0.7.7

> Setting RR Chance via CliClient results in chance being too low 
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2837
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2837
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.6
>            Reporter: Bill de hOra
>            Priority: Minor
>             Fix For: 0.7.7
>
>         Attachments: 2837.txt
>
>
> running a command like 
> {noformat}
> "update column family shorturls with read_repair_chance=0.4;"
> {noformat}
> results in the value being set to 0.0040. Was expecting it to be 0.4.
> Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

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

        

[jira] [Updated] (CASSANDRA-2837) Setting RR Chance via CliClient results in chance being too low

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

Bill de hOra updated CASSANDRA-2837:
------------------------------------

    Description: 
running a command like 

{noformat}
"update column family shorturls with read_repair_chance=0.4;"
{noformat}

results in the value being set to 0.0040. Was expecting it to be 0.4.

Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

  was:
running a command like 

{noformat}
"update column family shorturls with read_repair_chance=0.4;"
{noformat}

results in the value being set to 0.0040.

Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

       Assignee:     (was: Jon Hermes)

> Setting RR Chance via CliClient results in chance being too low 
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2837
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2837
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.6
>            Reporter: Bill de hOra
>
> running a command like 
> {noformat}
> "update column family shorturls with read_repair_chance=0.4;"
> {noformat}
> results in the value being set to 0.0040. Was expecting it to be 0.4.
> Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

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

        

[jira] [Assigned] (CASSANDRA-2837) Setting RR Chance via CliClient results in chance being too low

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

Jon Hermes reassigned CASSANDRA-2837:
-------------------------------------

    Assignee: Jon Hermes

> Setting RR Chance via CliClient results in chance being too low 
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2837
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2837
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.6
>            Reporter: Bill de hOra
>            Assignee: Jon Hermes
>            Priority: Minor
>             Fix For: 0.7.7
>
>         Attachments: 2837.txt
>
>
> running a command like 
> {noformat}
> "update column family shorturls with read_repair_chance=0.4;"
> {noformat}
> results in the value being set to 0.0040. Was expecting it to be 0.4.
> Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

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

        

[jira] [Commented] (CASSANDRA-2837) Setting RR Chance via CliClient results in chance being too low

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

Hudson commented on CASSANDRA-2837:
-----------------------------------

Integrated in Cassandra-0.7 #516 (See [https://builds.apache.org/job/Cassandra-0.7/516/])
    fix CLI parsing of read_repair_chance
patch by Jon Hermes; reviewed by jbellis for CASSANDRA-2837

jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1140928
Files : 
* /cassandra/branches/cassandra-0.7/CHANGES.txt
* /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/cli/CliClient.java


> Setting RR Chance via CliClient results in chance being too low 
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2837
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2837
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.6
>            Reporter: Bill de hOra
>            Assignee: Jon Hermes
>            Priority: Minor
>             Fix For: 0.7.7
>
>         Attachments: 2837.txt
>
>
> running a command like 
> {noformat}
> "update column family shorturls with read_repair_chance=0.4;"
> {noformat}
> results in the value being set to 0.0040. Was expecting it to be 0.4.
> Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

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

        

[jira] [Updated] (CASSANDRA-2837) Setting RR Chance via CliClient results in chance being too low

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

Jon Hermes updated CASSANDRA-2837:
----------------------------------

    Attachment: 2837.txt

Straightforward patch.
If the help says it expects a double from 0.0 to 1.0, it shouldn't then divide by 100 as if expecting a percentage.

> Setting RR Chance via CliClient results in chance being too low 
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2837
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2837
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.6
>            Reporter: Bill de hOra
>             Fix For: 0.7.7
>
>         Attachments: 2837.txt
>
>
> running a command like 
> {noformat}
> "update column family shorturls with read_repair_chance=0.4;"
> {noformat}
> results in the value being set to 0.0040. Was expecting it to be 0.4.
> Affects 0.7.6.-2; seems to be fixed on trunk/0.8.

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