sumitagrawl commented on code in PR #5709:
URL: https://github.com/apache/ozone/pull/5709#discussion_r1414903652


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -2260,6 +2259,7 @@ public boolean stop() {
       if (omhaMetrics != null) {
         OMHAMetrics.unRegister();
       }
+      omRatisServer = null;

Review Comment:
   This has impact for Integration test where we stop and start ratis server, 
either we need create this ratisServer every startup OR need above code.
   
   <img width="368" alt="image" 
src="https://github.com/apache/ozone/assets/23372859/13f20548-0923-4073-852d-93db1b9ad422";>
   
   Please share suggestion if need change for startup logic.



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