bharatviswa504 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_r408247111
##########
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:
I think end result will be the same in non-ratis enabled
ozoneManagerDoubleBuffer will be null, and the same will be assigned in
OzoneManagerProtocolServerSideTranslatorPB. If you want that way I can change
it? Any advantage with that?
----------------------------------------------------------------
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]