From ac1d5bd56f5ae96808270358fc45cb19e487e3d8 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 26 Jun 2014 10:53:24 -0500 Subject: [PATCH] Document initial_token/num_tokens behavior when both are set Patch by Philip Thompson, reviewed by brandonwilliams for CASSANDRA-7411 --- conf/cassandra.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index ef8194ec57..ea4d9557a0 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -17,7 +17,8 @@ cluster_name: 'Test Cluster' # If you leave this unspecified, Cassandra will use the default of 1 token for legacy compatibility, # and will use the initial_token as described below. # -# Specifying initial_token will override this setting. +# Specifying initial_token will override this setting on the node's initial start, +# on subsequent starts, this setting will apply even if initial token is set. # # If you already have a cluster with 1 token per node, and wish to migrate to # multiple tokens per node, see http://wiki.apache.org/cassandra/Operations