keith-turner opened a new pull request, #5808:
URL: https://github.com/apache/accumulo/pull/5808
Follow up to #5796 that attempts to handle the following case.
1. server.runServer() throws an error
2. server.close() throws en exception
When the above happens the error will never be logged and its also not
attached to the exception thrown in the finally block by server.close().
Therefore the error is lost and there is no indication it happeneded. With
these changes the exception thrown by server.close() will be attached to the
error thrown by server.runServer().
--
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]