zhoujinsong commented on code in PR #3996:
URL: https://github.com/apache/amoro/pull/3996#discussion_r2652891669


##########
amoro-ams/src/main/java/org/apache/amoro/server/AmoroServiceContainer.java:
##########
@@ -114,6 +114,7 @@ public class AmoroServiceContainer {
   private TServer optimizingServiceServer;
   private Javalin httpServer;
   private AmsServiceMetrics amsServiceMetrics;
+  private HAState haState = HAState.STANDBY;

Review Comment:
   Maybe we can add  a method `haState` in the `HighAvailabilityContainer` 
interface.



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

Reply via email to