Repository: cassandra Updated Branches: refs/heads/trunk 0eab80bf3 -> f1f6ed609
Docs: Correct default [dclocal_]read_repair_chance documentation Closes #173 Patch by Kurt Greaves; Reviewed by Jeff Jirsa for CASSANDRA-14016 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f1f6ed60 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f1f6ed60 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f1f6ed60 Branch: refs/heads/trunk Commit: f1f6ed609943cc2908835070a4d1b622759464a8 Parents: 0eab80b Author: kurt <k...@instaclustr.com> Authored: Thu Nov 16 05:43:55 2017 +0000 Committer: Jeff Jirsa <jji...@apple.com> Committed: Thu Nov 16 11:05:18 2017 -0800 ---------------------------------------------------------------------- doc/source/cql/ddl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f1f6ed60/doc/source/cql/ddl.rst ---------------------------------------------------------------------- diff --git a/doc/source/cql/ddl.rst b/doc/source/cql/ddl.rst index 780a412..d996edf 100644 --- a/doc/source/cql/ddl.rst +++ b/doc/source/cql/ddl.rst @@ -453,11 +453,11 @@ A table supports the following options: +================================+==========+=============+===========================================================+ | ``comment`` | *simple* | none | A free-form, human-readable comment. | +--------------------------------+----------+-------------+-----------------------------------------------------------+ -| ``read_repair_chance`` | *simple* | 0.1 | The probability with which to query extra nodes (e.g. | +| ``read_repair_chance`` | *simple* | 0 | The probability with which to query extra nodes (e.g. | | | | | more nodes than required by the consistency level) for | | | | | the purpose of read repairs. | +--------------------------------+----------+-------------+-----------------------------------------------------------+ -| ``dclocal_read_repair_chance`` | *simple* | 0 | The probability with which to query extra nodes (e.g. | +| ``dclocal_read_repair_chance`` | *simple* | 0.1 | The probability with which to query extra nodes (e.g. | | | | | more nodes than required by the consistency level) | | | | | belonging to the same data center than the read | | | | | coordinator for the purpose of read repairs. | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org