Skip to content

Commit

Permalink
Docs: Correct default [dclocal_]read_repair_chance documentation
Browse files Browse the repository at this point in the history
Closes #173

Patch by Kurt Greaves; Reviewed by Jeff Jirsa for CASSANDRA-14016
  • Loading branch information
kurt authored and jeffjirsa committed Nov 16, 2017
1 parent 0eab80b commit f1f6ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/cql/ddl.rst
Expand Up @@ -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. |
Expand Down

0 comments on commit f1f6ed6

Please sign in to comment.