rmuir commented on PR #16278: URL: https://github.com/apache/lucene/pull/16278#issuecomment-4759604106
> * Wrap `clearLockHeld(realPath)` in a try-catch so cleanup failures are also suppressed rather than masking the original error This isn't needed. In this context, failure can only happen if java's synchronization is broken. Let's avoid mixing in this complexity. -- 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]
