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