Author: jbellis
Date: Sat Jul 31 15:13:30 2010
New Revision: 981065

URL: http://svn.apache.org/viewvc?rev=981065&view=rev
Log:
update ReplicaPlacementStrategy comments

Modified:
    cassandra/branches/cassandra-0.6/conf/storage-conf.xml

Modified: cassandra/branches/cassandra-0.6/conf/storage-conf.xml
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/conf/storage-conf.xml?rev=981065&r1=981064&r2=981065&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/conf/storage-conf.xml (original)
+++ cassandra/branches/cassandra-0.6/conf/storage-conf.xml Sat Jul 31 15:13:30 
2010
@@ -123,8 +123,8 @@
                     Comment="A column family with supercolumns, whose column 
and subcolumn names are UTF8 strings"/>
 
       <!--
-       ~ Strategy: Setting this to the class that implements
-       ~ IReplicaPlacementStrategy will change the way the node picker works.
+       ~ Strategy: The class that extends AbstractReplicationStrategy 
+       ~ determines how replicas are placed around the token ring.
        ~ Out of the box, Cassandra provides
        ~ org.apache.cassandra.locator.RackUnawareStrategy and
        ~ org.apache.cassandra.locator.RackAwareStrategy (place one replica in


Reply via email to