Repository: cassandra Updated Branches: refs/heads/trunk 173dbab24 -> b87f79798
Fix typo in snitch.rst Patch by Dongqi Xue; Reviewed by Blake Eggleston for CASSANDRA-13520 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b87f7979 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b87f7979 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/b87f7979 Branch: refs/heads/trunk Commit: b87f79798ca244006906c41e31d35a84112b54be Parents: 173dbab Author: Dongqi Xue <[email protected]> Authored: Wed May 10 11:58:09 2017 -0700 Committer: Blake Eggleston <[email protected]> Committed: Mon May 15 09:50:42 2017 -0700 ---------------------------------------------------------------------- doc/source/operating/snitch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/b87f7979/doc/source/operating/snitch.rst ---------------------------------------------------------------------- diff --git a/doc/source/operating/snitch.rst b/doc/source/operating/snitch.rst index faea0b3..91bab29 100644 --- a/doc/source/operating/snitch.rst +++ b/doc/source/operating/snitch.rst @@ -45,7 +45,7 @@ configured with the following properties on ``cassandra.yaml``: Snitch classes ^^^^^^^^^^^^^^ -The ``endpoint_snitch`` parameter in ``cassandra.yaml`` should be set to the class the class that implements +The ``endpoint_snitch`` parameter in ``cassandra.yaml`` should be set to the class that implements ``IEndPointSnitch`` which will be wrapped by the dynamic snitch and decide if two endpoints are in the same data center or on the same rack. Out of the box, Cassandra provides the snitch implementations: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
