Skip to content

Commit

Permalink
resolve merge conflict in stores.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei Gao committed Jun 29, 2012
1 parent e695a64 commit cb23d9f
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions test/common/voldemort/config/stores.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,25 @@
<hinted-handoff-strategy>all-handoff</hinted-handoff-strategy>
<hint-preflist-size>10</hint-preflist-size>
</store>

<store>
<<<<<<< HEAD
<name>test-store-eventual-1</name>
<persistence>bdb</persistence>
=======
<routing>client</routing>
<replication-factor>2</replication-factor>
<required-reads>1</required-reads>
<required-writes>1</required-writes>
<key-serializer>
<type>string</type>
<schema-info>UTF-8</schema-info>
</key-serializer>
<value-serializer>
<type>java-serialization</type>
</value-serializer>
</store>
<store>
<name>test-basic-replication-memory</name>
<persistence>memory</persistence>
>>>>>>> 1e726e7... Updated async metadata checker for both stores and cluster.xml. Updated DefaultSocketStoreClientTest. Moved system stores repository to a new class.
<routing>client</routing>
<replication-factor>2</replication-factor>
<required-reads>1</required-reads>
Expand All @@ -201,11 +212,11 @@
<type>string</type>
<schema-info>UTF-8</schema-info>
</key-serializer>
<value-serializer>
<<<<<<< HEAD
<type>java-serialization</type>
<value-serializer>
<type>string</type>
<schema-info>UTF-8</schema-info>
</value-serializer>
</store>
</store>
<store>
<name>test-store-eventual-2</name>
<persistence>bdb</persistence>
Expand All @@ -219,10 +230,6 @@
</key-serializer>
<value-serializer>
<type>java-serialization</type>
=======
<type>string</type>
<schema-info>UTF-8</schema-info>
>>>>>>> 1e726e7... Updated async metadata checker for both stores and cluster.xml. Updated DefaultSocketStoreClientTest. Moved system stores repository to a new class.
</value-serializer>
</store>
</stores>

0 comments on commit cb23d9f

Please sign in to comment.