[ https://issues.apache.org/jira/browse/CASSANDRA-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arya Goudarzi reopened CASSANDRA-1180:
--------------------------------------
Hi Gary,
The patch in the bug you've mentioned above contains only changes to Java StorageProxy, CFMetaData,
and DatabaseDescriptor. However it does not include changes to Interface/cassandra.thrift
as of today's trunc. It reads:
/* describes a column family. */
struct CfDef {
1: required string table,
2: required string name,
3: optional string column_type="Standard",
4: optional string clock_type="Timestamp",
5: optional string comparator_type="BytesType",
6: optional string subcomparator_type="",
7: optional string reconciler="",
8: optional string comment="",
9: optional double row_cache_size=0,
10: optional bool preload_row_cache=0,
11: optional double key_cache_size=200000
}
Missing read_repair_chance which makes dynamic creation of CFs using the Thrift API to miss
that configuration value. My apologies if my original description was not so clear.
> read_repair_chance is missing from CfDef
> ----------------------------------------
>
> Key: CASSANDRA-1180
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1180
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.7
> Reporter: Arya Goudarzi
> Assignee: Gary Dusbabek
> Priority: Minor
> Fix For: 0.7
>
>
> CfDef is missing read_repair_chance if that is going to remain a configuration option
in 0.7.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|