Skip to content

Commit ce34d89

Browse files
petersomogyibusbey
authored andcommitted
HBASE-23085 Network and Data related Actions; ADDENDUM (#871)
Fix percentage in String.format Signed-off-by: Sean Busbey <busbey@apache.org>
1 parent c60d11b commit ce34d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/ReorderPackagesCommandAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected void localPerform() throws IOException {
7070
}
7171

7272
private String getCommand(String operation){
73-
return String.format("tc qdisc %s dev %s root netem delay %sms reorder %s%% 50%",
73+
return String.format("tc qdisc %s dev %s root netem delay %sms reorder %s%% 50%%",
7474
operation, network, delay, ratio * 100);
7575
}
7676
}

0 commit comments

Comments
 (0)