mirror of https://github.com/apache/cassandra
update test config to use CollatingOPP. patch by jbellis for CASSANDRA-339
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@802246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa53f58871
commit
25dbb8cf85
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue