HBASE-26946 TestRetainAssignmentOnRestartSplitWithoutZk infinite loop (#4344)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
This commit is contained in:
Duo Zhang 2022-04-16 12:24:44 +08:00 committed by GitHub
parent 62e3efccef
commit 2622fa05a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public class TestRetainAssignmentOnRestart extends AbstractTestRestartCluster {
} catch (IOException e) {
throw new UncheckedIOException(e);
}
break;
}
try {
Thread.sleep(1000);