keith-turner commented on PR #5808: URL: https://github.com/apache/accumulo/pull/5808#issuecomment-3201527296
Looked into the behavior and confirmed that close() executed before any catch code. https://stackoverflow.com/a/25057349 That would invalidate what #5796 was trying to accomplish (the call to close() getting stuck before executing the catch code would prevent the logging), so removed the try w/ resource and only caught throwable. Can not easily link the exceptions in this case. -- 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]
