HBASE-21101 Remove the waitUntilAllRegionsAssigned call after split in TestTruncateTableProcedure

This commit is contained in:
Duo Zhang 2018-08-23 18:04:01 +08:00
parent 2d911fdc2f
commit 6a5b4f2a5c
1 changed files with 0 additions and 1 deletions

View File

@ -353,7 +353,6 @@ public class TestTruncateTableProcedure extends TestTableDDLProcedureBase {
throws IOException, InterruptedException {
// split a region
UTIL.getAdmin().split(tableName, new byte[] { '0' });
UTIL.waitUntilAllRegionsAssigned(tableName);
// wait until split really happens
UTIL.waitFor(60000,