You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nirmal Ranganathan (JIRA)" <ji...@apache.org> on 2010/08/17 00:45:16 UTC

[jira] Created: (CASSANDRA-1399) CLI addColumnFamily - setting read_repair_chance modifies the keys_cache_size instead

CLI addColumnFamily - setting read_repair_chance modifies the keys_cache_size instead
-------------------------------------------------------------------------------------

                 Key: CASSANDRA-1399
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1399
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.7 beta 1
            Reporter: Nirmal Ranganathan
            Assignee: Nirmal Ranganathan
            Priority: Trivial
             Fix For: 0.7 beta 2


case KEY_CACHE_SIZE:
                cfDef.setKey_cache_size(Double.parseDouble(mValue));
                break;

case READ_REPAIR_CHANCE:
                cfDef.setKey_cache_size(Double.parseDouble(CliUtils.unescapeSQLString(mValue)));
                break;

Also it would be good to add gc_grace_seconds for this operation.

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


[jira] Commented: (CASSANDRA-1399) CLI addColumnFamily - setting read_repair_chance modifies the keys_cache_size instead

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

Hudson commented on CASSANDRA-1399:
-----------------------------------

Integrated in Cassandra #517 (See [https://hudson.apache.org/hudson/job/Cassandra/517/])
    fix setting read_repair_chance from CLI addColumnFamily.  patch by Nirmal Ranganathan; reviewed by jbellis for CASSANDRA-1399


> CLI addColumnFamily - setting read_repair_chance modifies the keys_cache_size instead
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1399
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1399
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7 beta 1
>            Reporter: Nirmal Ranganathan
>            Assignee: Nirmal Ranganathan
>            Priority: Trivial
>             Fix For: 0.7 beta 2
>
>         Attachments: 0001-1399-CliClient-fixed-read_repair_chance-case.patch
>
>
> case KEY_CACHE_SIZE:
>                 cfDef.setKey_cache_size(Double.parseDouble(mValue));
>                 break;
> case READ_REPAIR_CHANCE:
>                 cfDef.setKey_cache_size(Double.parseDouble(CliUtils.unescapeSQLString(mValue)));
>                 break;
> Also it would be good to add gc_grace_seconds for this operation.

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


[jira] Updated: (CASSANDRA-1399) CLI addColumnFamily - setting read_repair_chance modifies the keys_cache_size instead

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

Nirmal Ranganathan updated CASSANDRA-1399:
------------------------------------------

    Attachment: 0001-1399-CliClient-fixed-read_repair_chance-case.patch

> CLI addColumnFamily - setting read_repair_chance modifies the keys_cache_size instead
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1399
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1399
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7 beta 1
>            Reporter: Nirmal Ranganathan
>            Assignee: Nirmal Ranganathan
>            Priority: Trivial
>             Fix For: 0.7 beta 2
>
>         Attachments: 0001-1399-CliClient-fixed-read_repair_chance-case.patch
>
>
> case KEY_CACHE_SIZE:
>                 cfDef.setKey_cache_size(Double.parseDouble(mValue));
>                 break;
> case READ_REPAIR_CHANCE:
>                 cfDef.setKey_cache_size(Double.parseDouble(CliUtils.unescapeSQLString(mValue)));
>                 break;
> Also it would be good to add gc_grace_seconds for this operation.

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