siddhantsangwan commented on PR #3535: URL: https://github.com/apache/ozone/pull/3535#issuecomment-1165332059
> @siddhantsangwan I think using lockInterruptibly alone should solve the deadlock issue. We should probably take the `thread.join` call out of the lock anyway? If someone in the future uses `lock.lock()` instead of interruptibly, we could have a deadlock again. -- 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]
