Skip to content

Commit

Permalink
Changed release number
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nay committed Nov 27, 2012
1 parent d56a614 commit 349f852
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 20.1-b02 (Sun Microsystems Inc.)
Implementation-Title: Voldemort
Implementation-Version: 1.1.2
Implementation-Version: 1.1.3
Implementation-Vendor: LinkedIn

2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -39,6 +39,6 @@ tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Release
curr.release=1.1.2
curr.release=1.1.3


Expand Up @@ -120,12 +120,6 @@ public List<Pair<BytesWritable, BytesWritable>> map(ConsistentRoutingStrategy ro
List<Integer> partitionList = routingStrategy.getPartitionList(keyBytes);
Node[] partitionToNode = routingStrategy.getPartitionToNode();

System.out.println("num partitions the key maps to is :" + partitionList.size());

for(int replicaType = 0; replicaType < partitionList.size(); replicaType++) {
System.out.println("key is hashed to node:"
+ partitionToNode[partitionList.get(replicaType)]);
}
for(int replicaType = 0; replicaType < partitionList.size(); replicaType++) {

// Node id
Expand Down

0 comments on commit 349f852

Please sign in to comment.