ivandika3 commented on code in PR #9660:
URL: https://github.com/apache/ozone/pull/9660#discussion_r2719239951


##########
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:
   Thanks for the review, I missed that. I'll update this if there are any 
other changes.



-- 
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]

Reply via email to