[
https://issues.apache.org/jira/browse/CASSANDRA-14016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Jirsa updated CASSANDRA-14016:
-----------------------------------
Resolution: Fixed
Reviewer: Jeff Jirsa
Fix Version/s: 4.0
Status: Resolved (was: Patch Available)
Thanks, committed as {[f1f6ed609943cc2908835070a4d1b622759464a8}}
> Doc of read_repair_chance and dclocal_read_repair_chance default values is
> wrong
> ---------------------------------------------------------------------------------
>
> Key: CASSANDRA-14016
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14016
> Project: Cassandra
> Issue Type: Bug
> Components: Documentation and Website
> Reporter: tzach
> Assignee: Kurt Greaves
> Priority: Trivial
> Labels: documentation
> Fix For: 4.0
>
>
> In the documentation, default values for
> read_repair_chance is 0.1
> dclocal_read_repair_chance is 0.0
> source:
> http://cassandra.apache.org/doc/latest/cql/ddl.html#other-table-options
> In the code, the default values are the other way around
> {quote}
> public static final double DEFAULT_READ_REPAIR_CHANCE = 0.0;
> public static final double DEFAULT_DCLOCAL_READ_REPAIR_CHANCE = 0.1;
> {quote}
> source:
> https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/schema/TableParams.java#L63-L64
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]