adoroszlai commented on code in PR #9660:
URL: https://github.com/apache/ozone/pull/9660#discussion_r2718017257
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithStoppedNodes.java:
##########
@@ -513,6 +511,11 @@ void testOMHAMetrics() throws Exception {
getCluster().restartOzoneManager(leaderOM, true);
waitForLeaderToBeReady();
+ // Do some writes so that the old leader can receive AppendEntries
+ // which will trigger notifyLeaderChanged, instead of relying on
+ // AppendEntries
Review Comment:
nit: I don't think it's worth updating just for this, but if you need to
change the patch for any other reason:
```suggestion
// Do some writes so that the old leader can receive AppendEntries
// which will trigger notifyLeaderChanged, instead of relying on
// AppendEntries from heartbeats
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]