<cluster>
<name>cluster-zone-test</name>
<zone>
<zone-id>1</zone-id>
<proximity-list>2</proximity-list>
</zone>
<zone>
<zone-id>2</zone-id>
<proximity-list>1</proximity-list>
</zone>
<server>
<id>0</id>
<host>10.162.2.145</host>
<http-port>38188</http-port>
<socket-port>6688</socket-port>
<partitions>0,2,4</partitions>
<zone-id>1</zone-id>
</server>
<server>
<id>1</id>
<host>10.162.2.145</host>
<http-port>38288</http-port>
<socket-port>6788</socket-port>
<partitions>1,3,5</partitions>
<zone-id>2</zone-id>
</server>
</cluster>
<stores>
<store>
<name>test</name>
<persistence>bdb</persistence>
<routing>server</routing>
<routing-strategy>zone-routing</routing-strategy>
<!-- global replication factor -->
<replication-factor>2</replication-factor>
<!-- zone specific replication factors -->
<zone-replication-factor>
<replication-factor zone-id="1">1</replication-factor>
<replication-factor zone-id="2">1</replication-factor>
</zone-replication-factor>
<zone-count-reads>0</zone-count-reads>
<zone-count-writes>0</zone-count-writes>
<required-reads>1</required-reads>
<preferred-reads>1</preferred-reads>
<required-writes>1</required-writes>
<preferred-writes>1</preferred-writes>
<key-serializer>
<type>string</type>
</key-serializer>
<value-serializer>
<type>string</type>
</value-serializer>
<hinted-handoff-strategy>consistent-handoff</hinted-handoff-strategy>
</store>
</stores>
--
You received this message because you are subscribed to the Google Groups "project-voldemort" group.
To post to this group, send email to project-...@googlegroups.com.
To unsubscribe from this group, send email to project-voldem...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/project-voldemort?hl=en.