Repository: cassandra
Updated Branches:
  refs/heads/trunk 264e2a3aa -> 0766f7e54


Improve wording around partitioner selection

Patch by Aaron Ploetz; Reviewed by Dinesh Joshi, Kurt Greaves for 
CASSANDRA-14798


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0766f7e5
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0766f7e5
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0766f7e5

Branch: refs/heads/trunk
Commit: 0766f7e54182d04ecf5a15a732f5ec7951d62326
Parents: 264e2a3
Author: Jeff Jirsa <[email protected]>
Authored: Wed Oct 31 14:53:31 2018 -0700
Committer: Jeff Jirsa <[email protected]>
Committed: Wed Oct 31 14:54:08 2018 -0700

----------------------------------------------------------------------
 conf/cassandra.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0766f7e5/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index feb9037..d72b2e8 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -182,14 +182,14 @@ credentials_validity_in_ms: 2000
 # credentials_update_interval_in_ms: 2000
 
 # The partitioner is responsible for distributing groups of rows (by
-# partition key) across nodes in the cluster.  You should leave this
-# alone for new clusters.  The partitioner can NOT be changed without
-# reloading all data, so when upgrading you should set this to the
-# same partitioner you were already using.
-#
-# Besides Murmur3Partitioner, partitioners included for backwards
-# compatibility include RandomPartitioner, ByteOrderedPartitioner, and
-# OrderPreservingPartitioner.
+# partition key) across nodes in the cluster. The partitioner can NOT be
+# changed without reloading all data.  If you are adding nodes or upgrading,
+# you should set this to the same partitioner that you are currently using.
+#
+# The default partitioner is the Murmur3Partitioner. Older partitioners
+# such as the RandomPartitioner, ByteOrderedPartitioner, and
+# OrderPreservingPartitioner have been included for backward compatibility 
only.
+# For new clusters, you should NOT change this value.
 #
 partitioner: org.apache.cassandra.dht.Murmur3Partitioner
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to