Author: jbellis
Date: Fri Aug  7 22:01:17 2009
New Revision: 802246

URL: http://svn.apache.org/viewvc?rev=802246&view=rev
Log:
update test config to use CollatingOPP. patch by jbellis for CASSANDRA-339

Modified:
    incubator/cassandra/trunk/test/conf/storage-conf.xml

Modified: incubator/cassandra/trunk/test/conf/storage-conf.xml
URL: 
http://svn.apache.org/viewvc/incubator/cassandra/trunk/test/conf/storage-conf.xml?rev=802246&r1=802245&r2=802246&view=diff
==============================================================================
--- incubator/cassandra/trunk/test/conf/storage-conf.xml (original)
+++ incubator/cassandra/trunk/test/conf/storage-conf.xml Fri Aug  7 22:01:17 
2009
@@ -20,7 +20,7 @@
    <ClusterName>Test Cluster</ClusterName>
    <CommitLogSync>true</CommitLogSync>
    <CommitLogSyncDelay>1000</CommitLogSyncDelay>
-   
<Partitioner>org.apache.cassandra.dht.OrderPreservingPartitioner</Partitioner>
+   
<Partitioner>org.apache.cassandra.dht.CollatingOrderPreservingPartitioner</Partitioner>
    <EndPointSnitch>org.apache.cassandra.locator.EndPointSnitch</EndPointSnitch>
    
<ReplicaPlacementStrategy>org.apache.cassandra.locator.RackUnawareStrategy</ReplicaPlacementStrategy>
    <ReplicationFactor>1</ReplicationFactor>


Reply via email to