ozone
ozone copied to clipboard
HDDS-10601. Snapshot Deleting service should wait for response from OM for SnapshotPurgeRequest
Snapshot deleting service ends up sending duplicate request for OMSnapshotPurgeRequest since the next run of the background service is not aware if a purge request for this has been sent and is in flight for the changes to take effect.
What changes were proposed in this pull request?
Make SnapshotDeletingService wait for OMResponse from the run.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-10601
How was this patch tested?
Existing UT