swamirishi opened a new pull request, #5526: URL: https://github.com/apache/ozone/pull/5526
## What changes were proposed in this pull request? FSO bucket Snapdiff fails in the case a key is renamed into a directory that would be eventually deleted. The path resolution for the parent directory fails since the directory doesn't come as part of the tree walk of the target snapdiff dir table. Please describe your PR in detail: Making changes in DirPathResolver to ignore exception for unreachable dirObjectIds for target snapshots directory path resolution and adding delete entry in the snapshot diff report instead. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9597 ## How was this patch tested? Adding integration test -- 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]
