kerneltime commented on code in PR #7185:
URL: https://github.com/apache/ozone/pull/7185#discussion_r1811166275


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/protocolPB/OzoneManagerProtocolServerSideTranslatorPB.java:
##########
@@ -305,6 +317,9 @@ private OMResponse submitRequestDirectlyToOM(OMRequest 
request) {
           OMAuditLogger.log(omClientRequest.getAuditBuilder());
           throw ex;
         }
+        if (ozoneManager.isLeaderExecutorEnabled()) {

Review Comment:
   Would this mean that for v2 processing, single-mode OM will not be 
supported? If so, we should add a log here. 



##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/protocolPB/OzoneManagerProtocolServerSideTranslatorPB.java:
##########
@@ -305,6 +317,9 @@ private OMResponse submitRequestDirectlyToOM(OMRequest 
request) {
           OMAuditLogger.log(omClientRequest.getAuditBuilder());
           throw ex;
         }
+        if (ozoneManager.isLeaderExecutorEnabled()) {

Review Comment:
   Would this mean that for v2 processing, single-mode OM will not be 
supported? If so, we should add a log here. 



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