amita-shukla opened a new pull request, #5536: URL: https://github.com/apache/ozone/pull/5536
## What changes were proposed in this pull request? This PR removes the Reclaimed Snapshot Status Type. The Reclaimed snapshot status is not used what it was intended to use for. Since garbage collection simply deletes the entry after snapshot purge, it's not needed. This change removes `SnaphostStatus.SNAPSHOT_RECLAIMED`, its corresponding proto `SnapshotStatusProto.SNAPSHOT_RECLAIMED` and all their usages. ## What is the link to the Apache JIRA [https://issues.apache.org/jira/browse/HDDS-9214](https://issues.apache.org/jira/browse/HDDS-9214) ## How was this patch tested? The patch was tested by running unit test cases from the corresponding test class `TestOmSnapshotInfo` -- 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]
