ashishkumar50 opened a new pull request, #6530: URL: https://github.com/apache/ozone/pull/6530
## What changes were proposed in this pull request? When hard limit is expired for hsync keys, it has to be committed through `OpenKeyCleanupService.` `keyName` in `openFileTable` just contains the leaf, which is being passed in auto commit request. But commit request also requires parentId. When commit request comes from client, in this case keyName contains full path and from this `parentId` can be fetched. In this PR, when commit request is sent through `OpenKeyCleanupService` we can pass `parentObjectId` as well which is present in `openFileTable.` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10649 ## How was this patch tested? New integration test -- 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]
