Skip to content

Commit

Permalink
Minor fix due to merging of persistency-check and rebalance-bug-fix b…
Browse files Browse the repository at this point in the history
…ranches
  • Loading branch information
jayjwylie committed Mar 20, 2013
1 parent 796aa5d commit a345a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/voldemort/utils/ConsistencyFix.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public VoldemortInstance(String url, String storeName) throws Exception {
System.out.println("Store definition determined.");

System.out.println("Determining partition ID to node ID mapping.");
partitionIdToNodeIdMap = RebalanceUtils.getCurrentPartitionMapping(cluster);
partitionIdToNodeIdMap = ClusterUtils.getCurrentPartitionMapping(cluster);
}

public Cluster getCluster() {
Expand Down

0 comments on commit a345a05

Please sign in to comment.