Navigation Menu

Skip to content

Commit

Permalink
Print the utility value
Browse files Browse the repository at this point in the history
  • Loading branch information
voldemort authored and jayjwylie committed Jun 20, 2013
1 parent f55aace commit 9ee4ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/voldemort/tools/PartitionBalance.java
Expand Up @@ -149,7 +149,7 @@ public PartitionBalance(Cluster cluster, List<StoreDefinition> storeDefs) {
"AGGREGATE NARY-PARTITION COUNT (across all stores)");
builder.append(summary.getSecond());
this.naryMaxMin = summary.getFirst();

builder.append("Utility value " + getUtility()).append(Utils.NEWLINE);
this.verbose = builder.toString();
}

Expand Down

0 comments on commit 9ee4ebe

Please sign in to comment.