aswinshakil commented on PR #5968: URL: https://github.com/apache/ozone/pull/5968#issuecomment-1885983630
Even with synchronized, we can still hit this scenario. Thread 1(holding `snap1` lock) -> waiting to get lock `synchronized` method Thread 2(holding `snap2` lock) -> doing `cleanup()` waiting for `snap1` lock -- 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]
