keith-turner commented on issue #2331:
URL: https://github.com/apache/accumulo/issues/2331#issuecomment-956602669


   >  I do agree with @andrewglowacki that libraries should not be shutting 
down the VM.
   
   The uncaught handler that hlts seems to be setup by 
Threads.createThread(...).  One possible way to make this not halt for client 
code is to move this to client context.  So client context could have a create 
thread method that does not halt in the createThread method and server context 
could override createThread and halt in the uncaught handler.


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