HBASE-7729 TestCatalogTrackerOnCluster.testbadOriginalRootLocation fails occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b665ad594
commit
2ade85d0b8
|
@ -46,6 +46,9 @@ public class TestCatalogTrackerOnCluster {
|
||||||
UTIL.startMiniCluster();
|
UTIL.startMiniCluster();
|
||||||
// Shutdown hbase.
|
// Shutdown hbase.
|
||||||
UTIL.shutdownMiniHBaseCluster();
|
UTIL.shutdownMiniHBaseCluster();
|
||||||
|
// Give the various ZKWatchers some time to settle their affairs.
|
||||||
|
Thread.sleep(1000);
|
||||||
|
|
||||||
// Mess with the root location in the running zk. Set it to be nonsense.
|
// Mess with the root location in the running zk. Set it to be nonsense.
|
||||||
ZooKeeperWatcher zookeeper = new ZooKeeperWatcher(UTIL.getConfiguration(),
|
ZooKeeperWatcher zookeeper = new ZooKeeperWatcher(UTIL.getConfiguration(),
|
||||||
"Bad Root Location Writer", new Abortable() {
|
"Bad Root Location Writer", new Abortable() {
|
||||||
|
|
Loading…
Reference in New Issue