HBASE-12278 Race condition in TestSecureLoadIncrementalHFilesSplitRecovery (Dima Spivak)
This commit is contained in:
parent
451798cefb
commit
0ee33094ed
|
@ -151,7 +151,7 @@ public class TestLoadIncrementalHFilesSplitRecovery {
|
||||||
htd.addFamily(new HColumnDescriptor(family(i)));
|
htd.addFamily(new HColumnDescriptor(family(i)));
|
||||||
}
|
}
|
||||||
|
|
||||||
util.getHBaseAdmin().createTable(htd, SPLIT_KEYS);
|
util.createTable(htd, SPLIT_KEYS);
|
||||||
} catch (TableExistsException tee) {
|
} catch (TableExistsException tee) {
|
||||||
LOG.info("Table " + table + " already exists");
|
LOG.info("Table " + table + " already exists");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue