ashishkumar50 commented on PR #6495: URL: https://github.com/apache/ozone/pull/6495#issuecomment-2046939161
@ChenSammi Which approach do you suggest, Whether we should use `OpenKeyCleanupService` or through `KeyDeletingService`? I think for `OpenKeyCleanupService` we can add metadata in the `openKeyTable` as deleted during key deletion and use that in `OpenKeyCleanupService` to identify whether key is deleted. For `KeyDeletingService` approach we need to read blocks from `openKeyTable` and use that block for deletion from SCM/DN. And remove those keys from `openKeyTable` as done in this PR. -- 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]
