HBASE-4558 - Addendum for TestMasterFailOver (Ram)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1182702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ramkrishna 2011-10-13 07:35:10 +00:00
parent bd5d2b2433
commit 98bc9cc829
2 changed files with 2 additions and 1 deletions

View File

@ -608,6 +608,7 @@ Release 0.92.0 - Unreleased
HBASE-4520 Better handling of Bloom filter type discrepancy between HFile
and CF config (Mikhail Bautin)
HBASE-4558 Refactor TestOpenedRegionHandler and TestOpenRegionHandler.(Ram)
HBASE-4558 Addendum for TestMasterFailover (Ram) - Breaks the build
TASKS

View File

@ -196,7 +196,7 @@ public class TestMasterFailover {
// Create a ZKW to use in the test
ZooKeeperWatcher zkw =
HBaseTestingUtility.createAndForceNodeToOpenedState(TEST_UTIL,
metaRegion, regionServer);
metaRegion, regionServer.getServerName());
TEST_UTIL.startMiniHBaseCluster(1, 1);