You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jj...@apache.org on 2017/11/16 19:06:19 UTC

cassandra git commit: Docs: Correct default [dclocal_]read_repair_chance documentation

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 <ku...@instaclustr.com>
Authored: Thu Nov 16 05:43:55 2017 +0000
Committer: Jeff Jirsa <jj...@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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org