Skip to content

Commit

Permalink
Merge branch 'master' of github.com:voldemort/voldemort
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiewu committed Jun 18, 2012
2 parents f23e641 + fbae492 commit 8187909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/generate_cluster_xml.py
Expand Up @@ -2,7 +2,7 @@
import random

if len(sys.argv) != 3:
print >> sys.stderr, "USAGE: python generate_partitions.py <nodes_file> <partitions_per_node>"
print >> sys.stderr, "USAGE: python generate_cluster_xml.py <nodes_file> <partitions_per_node>"
sys.exit()

FORMAT_WIDTH = 10
Expand Down
2 changes: 1 addition & 1 deletion src/java/voldemort/client/AbstractStoreClientFactory.java
Expand Up @@ -305,7 +305,7 @@ public String bootstrapMetadataWithRetries(String key, URI[] urls) {
}
}

throw new BootstrapFailureException("No available boostrap servers found!");
throw new BootstrapFailureException("No available bootstrap servers found!");
}

public String bootstrapMetadataWithRetries(String key) {
Expand Down

0 comments on commit 8187909

Please sign in to comment.