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.

Reply via email to