jojochuang commented on code in PR #8432:
URL: https://github.com/apache/ozone/pull/8432#discussion_r2085246742


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/AbstractKeyDeletingService.java:
##########
@@ -229,6 +231,10 @@ private int 
submitPurgeKeysRequest(List<DeleteBlockGroupResult> results,
     return deletedCount;
   }
 
+  protected OzoneManagerProtocolProtos.OMResponse submitRequest(OMRequest 
omRequest) throws ServiceException {
+    return OzoneManagerRatisUtils.submitRequest(ozoneManager, omRequest, 
clientId, callId.incrementAndGet());

Review Comment:
   [HDDS-11807](https://issues.apache.org/jira/browse/HDDS-11807) is another 
example of misuse.



-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to