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:
parent
643548f5f5
commit
d5debe15b5
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue