dlmarion opened a new pull request, #5796:
URL: https://github.com/apache/accumulo/pull/5796

   The use of try-with-resources in the server process' main method causes the 
server's close method to always be called. When an exception occurs in the 
runServer method it may not be logged because the invocation of the close 
method consumes enough time that the lock watcher is fired which ends up 
halting the JVM.
   
   Closes #5794


-- 
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]

Reply via email to