Skip to content

Commit

Permalink
renamed rebalancingRoutedStore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbansal committed Jan 8, 2010
1 parent 08b31c0 commit a040105
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 34 deletions.
26 changes: 17 additions & 9 deletions config/single_node_cluster/config/cluster.xml
@@ -1,10 +1,18 @@
<cluster>
<name>mycluster</name>
<server>
<id>0</id>
<host>localhost</host>
<http-port>8081</http-port>
<socket-port>6666</socket-port>
<partitions>0, 1</partitions>
</server>
</cluster>
<name>mycluster</name>
<server>
<id>0</id>
<host>miner16.qa</host>
<http-port>8089</http-port>
<socket-port>6666</socket-port>
<partitions>0, 1, 2, 3, 4, 5</partitions>
</server>
<server>
<id>1</id>
<host>miner17.qa</host>
<http-port>8089</http-port>
<socket-port>6666</socket-port>
<partitions>6,7,8,9,10</partitions>
</server>
</cluster>

This file was deleted.

0 comments on commit a040105

Please sign in to comment.