Author: jbellis
Date: Wed Jun 2 01:21:06 2010
New Revision: 950328
URL: http://svn.apache.org/viewvc?rev=950328&view=rev
Log:
set auto_bootstrap back to false, with comment on reasoning. patch by jbellis
Modified:
cassandra/trunk/conf/cassandra.yaml
Modified: cassandra/trunk/conf/cassandra.yaml
URL:
http://svn.apache.org/viewvc/cassandra/trunk/conf/cassandra.yaml?rev=950328&r1=950327&r2=950328&view=diff
==============================================================================
--- cassandra/trunk/conf/cassandra.yaml (original)
+++ cassandra/trunk/conf/cassandra.yaml Wed Jun 2 01:21:06 2010
@@ -6,8 +6,12 @@
cluster_name: 'Test Cluster'
# Set to true to make new [non-seed] nodes automatically migrate data
-# to themselves from the pre-existing nodes in the cluster.
-auto_bootstrap: true
+# to themselves from the pre-existing nodes in the cluster. Defaults
+# to false because you can only bootstrap N machines at a time from
+# an existing cluster of N, so if you are bringing up a cluster of
+# 10 machines with 3 seeds you would have to do it in stages. Leaving
+# this off for the initial start simplifies that.
+auto_bootstrap: false
# See http://wiki.apache.org/cassandra/HintedHandoff
hinted_handoff_enabled: true