HBASE-25475 : Unset zk based wal splitting explicitly in tests (ADDENDUM) (#2891)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
Anjan Das 2021-01-17 16:31:07 +05:30 committed by GitHub
parent 643548f5f5
commit d5debe15b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ public class TestSplitWALManager {
@Test
public void testSplitLogsWithDifferentWalAndRootFS() throws Exception{
HBaseTestingUtility testUtil2 = new HBaseTestingUtility();
testUtil2.getConfiguration().setBoolean(HBASE_SPLIT_WAL_COORDINATED_BY_ZK, false);
testUtil2.getConfiguration().setInt(HBASE_SPLIT_WAL_MAX_SPLITTER, 1);
Path dir = TEST_UTIL.getDataTestDirOnTestFS("testWalDir");
testUtil2.getConfiguration().set(CommonFSUtils.HBASE_WAL_DIR, dir.toString());