hemantk-12 opened a new pull request, #7045: URL: https://github.com/apache/ozone/pull/7045
## What changes were proposed in this pull request? Currently, we maintain two maps updatedPathPreviousAndGlobalSnapshots and updatedSnapInfos which creates an issue with batch processing because order matters. If we use one map instead of two and use that as local cache, it would solve the problem and we can still keep the batch purge operation. (More details: https://github.com/apache/ozone/pull/6491#issuecomment-2272219528) ## What is the link to the Apache JIRA HDDS-9198 ## How was this patch tested? Existing unit and integration 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]
