HBASE-21113 Apply the branch-2 version of HBASE-21095, The timeout retry logic for several procedures are broken after master restarts(addendum)
This commit is contained in:
parent
d954031d50
commit
33fa32d711
|
@ -69,8 +69,6 @@ public class TestUnexpectedStateException {
|
|||
|
||||
@BeforeClass
|
||||
public static void beforeClass() throws Exception {
|
||||
TEST_UTIL.getConfiguration().setBoolean("hbase.localcluster.assign.random.ports", false);
|
||||
TEST_UTIL.getConfiguration().setInt(HConstants.MASTER_INFO_PORT, 50655);
|
||||
TEST_UTIL.startMiniCluster();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue