mukul1987 commented on a change in pull request #816: HDDS-3381. OzoneManager
starts 2 OzoneManagerDoubleBuffer for HA cluster.
URL: https://github.com/apache/hadoop-ozone/pull/816#discussion_r407884806
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/protocolPB/OzoneManagerRequestHandler.java
##########
@@ -106,6 +106,12 @@
private final OzoneManager impl;
private OzoneManagerDoubleBuffer ozoneManagerDoubleBuffer;
+
+ public OzoneManagerRequestHandler(OzoneManager om) {
Review comment:
Should the isRatisEnabled flag passed here and then we should assign the
ozoneManagerDoubleBuffer using a getter in the
OzoneManagerProtocolServerSideTranslatorPB.java ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]