ashishkumar50 commented on code in PR #7551:
URL: https://github.com/apache/ozone/pull/7551#discussion_r1882008936
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/OpenKeyCleanupService.java:
##########
@@ -265,7 +269,7 @@ private OMRequest createDeleteOpenKeysRequest(
private OMResponse submitRequest(OMRequest omRequest) {
try {
- return OzoneManagerRatisUtils.submitRequest(ozoneManager, omRequest,
clientId, runCount.get());
+ return OzoneManagerRatisUtils.submitRequest(ozoneManager, omRequest,
clientId, callIdCount.incrementAndGet());
Review Comment:
I have updated with callId, also in tests we are already waiting for
SubmittedOpenKeyCount so I think we need not wait again for runCount.
--
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]