ArafatKhan2198 opened a new pull request, #4406: URL: https://github.com/apache/ozone/pull/4406
## What changes were proposed in this pull request? - When a key is deleted, it is not immediately removed from the metadata but marked for deletion and moved to the DeletedTable. The KeyDeletingService sends requests to delete the corresponding data blocks associated with the keys. Once Recon detects the deletion, it updates its metadata store to reflect the change and retains a record of the deleted key in the DeletedTable for administrators to query. - This information can be useful for auditing, compliance, and troubleshooting purposes. **_Hence in short the main purpose is to get a quick idea of the deletion progress._** - This information will be displayed on the overview page of recon which gets populated with the information provided by the `ClusterStateEndpoint` - The Jira is coming out of the following discussion :- https://github.com/apache/ozone/pull/4266#issuecomment-1433096670 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7994 ## How was this patch tested? Unit Testing -- 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]
