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:
Allan Yang 2018-08-26 22:15:49 +08:00
parent d954031d50
commit 33fa32d711
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}