milleruntime commented on issue #2327:
URL: https://github.com/apache/accumulo/issues/2327#issuecomment-953101564


   > > I started looking at CleanUpIT.
   > 
   > Is this IT failing simply because it is expecting to close singleton 
resources which ThriftTransportPool no longer is? Basing this on the comments 
in `CleanUp.shutdownNow()`
   
   Yeah. When it calls `SingletonManager.setMode(Mode.CLIENT);` in 
`CleanUp.shutdownNow()`, it will call disable on all of the singleton services. 
The disable on ThriftTransportPool would get called there shutting down the 
thread but now its no longer a singleton so the thread isn't getting shutdown.


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