Author: jbellis
Date: Mon Jan 31 16:16:44 2011
New Revision: 1065669
URL: http://svn.apache.org/viewvc?rev=1065669&view=rev
Log:
set default snitch back to Simple
Modified:
cassandra/branches/cassandra-0.7/conf/cassandra.yaml
Modified: cassandra/branches/cassandra-0.7/conf/cassandra.yaml
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/conf/cassandra.yaml?rev=1065669&r1=1065668&r2=1065669&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/cassandra.yaml (original)
+++ cassandra/branches/cassandra-0.7/conf/cassandra.yaml Mon Jan 31 16:16:44
2011
@@ -220,7 +220,7 @@ rpc_timeout_in_ms: 10000
# org.apache.cassandra.locator.PropertyFileSnitch:
# - Proximity is determined by rack and data center, which are
# explicitly configured in cassandra-topology.properties.
-endpoint_snitch: org.apache.cassandra.locator.PropertyFileSnitch
+endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch
# dynamic_snitch -- This boolean controls whether the above snitch is
# wrapped with a dynamic snitch, which will monitor read latencies