sumitagrawl commented on code in PR #8059:
URL: https://github.com/apache/ozone/pull/8059#discussion_r2003664374
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/utils/OzoneManagerRatisUtils.java:
##########
@@ -515,6 +515,22 @@ public static GrpcTlsConfig
createServerTlsConfig(SecurityConfig conf,
public static OzoneManagerProtocolProtos.OMResponse submitRequest(
OzoneManager om, OMRequest omRequest, ClientId clientId, long callId)
throws ServiceException {
- return om.getOmRatisServer().submitRequest(omRequest, clientId, callId);
+ return om.getOmExecutionFlow().submitInternal(omRequest, clientId, callId);
Review Comment:
will change that line as part of PR where we need handling for internal
request.
- OBS-locking do not need, as trash / delete recursive handling as part of
FSO. will add later as part of that.
- Will add as part of "HDDS-11901. use om managed index for handling
request" to this PR, here we need.
--
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]