Skip to content

Commit

Permalink
HBASE-27714 WALEntryStreamTestBase creates a new HBTU in startCluster…
Browse files Browse the repository at this point in the history
… method which causes all sub classes are testing default configurations (#5101)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
(cherry picked from commit ce7b1d4)
  • Loading branch information
Apache9 committed Mar 15, 2023
1 parent 52d3824 commit 5f2f73d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public void preLogRoll(Path oldPath, Path newPath) {
protected final MultiVersionConcurrencyControl mvcc = new MultiVersionConcurrencyControl();

protected static void startCluster() throws Exception {
TEST_UTIL = new HBaseTestingUtility();
CONF = TEST_UTIL.getConfiguration();
CONF.setLong("replication.source.sleepforretries", 10);
TEST_UTIL.startMiniDFSCluster(3);
Expand Down

0 comments on commit 5f2f73d

Please sign in to comment.