Description
After commit fe2c7c4cd606c0cf4bc4fab15deedc0f4c33ea0e the method
protected boolean testableWaitForShutdown(int wait) throws InterruptedException
with the following comment
* Wait up to wait milliseconds for the underlying threads to shutdown.
* THIS METHOD IS EXPECTED TO BE USED FOR TESTING ONLY!!!
started to be called from real method ZooKeeper.close()
It prevents tests to finish.
Attachments
Issue Links
- links to