stoty commented on code in PR #7326:
URL: https://github.com/apache/hbase/pull/7326#discussion_r2365645477


##########
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupBase.java:
##########
@@ -310,6 +310,8 @@ public static void setUpHelper() throws Exception {
     // Set MultiWAL (with 2 default WAL files per RS)
     conf1.set(WALFactory.WAL_PROVIDER, provider);
     TEST_UTIL.startMiniCluster();
+    conf1 = TEST_UTIL.getConfiguration();

Review Comment:
   We probably don't need to, but I thought that starting the first cluster 
before configuring the second one reduces the chances of mixing their config up 
when setting the system properties.
   
   I can revert this if you prefer.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to