Author: ivol37 at gmail.com
Date: Fri Jan  7 09:29:51 2011
New Revision: 574

Log:
[AMDATU-243] Reverted cluster configuration, accidentally committed

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
        Fri Jan  7 09:29:51 2011
@@ -26,12 +26,12 @@
 # in the cluster, it may be a subset of it. This property determines with what
 # other nodes in the cluster this node will synchronize its data.
 # When cassandra is executed in stand-alone mode, this value should be 
127.0.0.1
-#seeds=127.0.0.1
-seeds=172.16.10.109,172.16.10.203
+seeds=127.0.0.1
+#seeds=172.16.10.109,172.16.10.203
 
 # The IP address of this node that other cassandra nodes will use to connect 
to.
 # This IP address must thus be accessible from the other nodes in the cluster 
(to
 # be precise; those that provided this node as one of its seeds).
 # When cassandra is executed in stand-alone mode, this value should be 
localhost
-#listen_address=localhost
-listen_address=172.16.11.108
\ No newline at end of file
+listen_address=localhost
+#listen_address=172.16.11.108
\ No newline at end of file

Reply via email to