hemantk-12 commented on PR #5344: URL: https://github.com/apache/ozone/pull/5344#issuecomment-1730524827
@adoroszlai thanks for reviewing it. > I'm not sure the patch fixes the problem. Tested in 10x10 runs (of `TestSnapshotDeletingService`, not only `testMultipleSnapshotKeyReclaim`) both without and with the patch: You are right. It doesn't fix it. I need to do more deep dive here. Seems like an issue with `Set#remove()` here: https://github.com/apache/ozone/blob/master/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotCache.java#L108 -- 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]
