swamirishi opened a new pull request, #9399: URL: https://github.com/apache/ozone/pull/9399
## What changes were proposed in this pull request? Currently SnapshotDiff process redundantly spills diff entries to PersistentLists -delete-diff, -rename-diff, -create-diff, -modify-diff just to ensure order of snapshot diff which can be handled by SnapshotDiffReportTable keyPrefix. All we have to ensure with prefix: -delete-diff : jobid-1<index> -rename-diff:-jobid-2<index> -create-diff:-jobid-3<index> -modify-diff:jobid-4<index> ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14038 ## How was this patch tested? Updated unit test for pagination logic -- 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]
