taklwu commented on code in PR #7577:
URL: https://github.com/apache/hbase/pull/7577#discussion_r2653554994
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSourceManager.java:
##########
@@ -373,4 +374,52 @@ public void testRemoveRemoteWALs() throws Exception {
manager.cleanOldLogs(walName, true, source);
assertFalse(FS.exists(remoteWAL));
}
+
+ @Test
+ public void testPeerConfigurationOverridesPropagate() throws Exception {
+ Configuration globalConf = UTIL.getConfiguration();
+ long globalSleepValue = 1000L;
+ globalConf.setLong("replication.source.sleepforretries", globalSleepValue);
Review Comment:
nit: is that possible to add a new assertion or a new test for another peer
(two peers) is only using this `globalSleepValue`?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]