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>
  • Loading branch information
Apache9 authored Mar 15, 2023
1 parent c2b64e7 commit ce7b1d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public void preLogRoll(Path oldPath, Path newPath) {
protected final MultiVersionConcurrencyControl mvcc = new MultiVersionConcurrencyControl();

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

0 comments on commit ce7b1d4

Please sign in to comment.