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:56:16 UTC

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

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