Author: ivol37 at gmail.com
Date: Thu Jan 13 09:24:35 2011
New Revision: 615
Log:
[AMDATU-254] Initial token is now configurable
Modified:
trunk/amdatu-core/config-filebased/src/main/resources/conf/org.amdatu.core.cassandra.application.cfg
Modified:
trunk/amdatu-core/config-filebased/src/main/resources/conf/org.amdatu.core.cassandra.application.cfg
==============================================================================
---
trunk/amdatu-core/config-filebased/src/main/resources/conf/org.amdatu.core.cassandra.application.cfg
(original)
+++
trunk/amdatu-core/config-filebased/src/main/resources/conf/org.amdatu.core.cassandra.application.cfg
Thu Jan 13 09:24:35 2011
@@ -64,4 +64,10 @@
# Auto bootstrap should be enabled for nodes that are newly added to an
existing Cassandra
# cluster. After that, autobootstrap must be set to false
-autobootstrap=${cassandra.autobootstrap}
\ No newline at end of file
+autobootstrap=${cassandra.autobootstrap}
+
+# You may leave this field blank in case of a single node cluster. However if
you plan
+# to later build a cluster including this first instance, it is recommended to
set the
+# initial token?s value to zero. This simplifies load balancing as you later
expand the
+# cluster.
+initial_token=${cassandra.initial_token}
\ No newline at end of file