Skip to content

Commit

Permalink
HBASE-26946 TestRetainAssignmentOnRestartSplitWithoutZk infinite loop (
Browse files Browse the repository at this point in the history
…#4344)

Signed-off-by: Xin Sun <[email protected]>
  • Loading branch information
Apache9 authored Apr 16, 2022
1 parent 62e3efc commit 2622fa0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ protected void startProcedureExecutor() throws IOException {
} catch (IOException e) {
throw new UncheckedIOException(e);
}
break;
}
try {
Thread.sleep(1000);
Expand Down

0 comments on commit 2622fa0

Please sign in to comment.