aswinshakil opened a new pull request, #6296: URL: https://github.com/apache/ozone/pull/6296
## What changes were proposed in this pull request? With #6006, We support snapshot rename operation. Many of the background services sends `OMRequest` with respect to `snapshotTableKey`. If there is a rename operation that happens in-between the request, It will fail and the system may be in an undesirable state. In this PR, Instead of using `snapshotTableKey` we are changing the background services to use `snapshotId` which remains constant throughout a snapshot's lifetime. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10265 ## How was this patch tested? Existing Tests. -- 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]
