Description
Currently the CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut method loops until the client is connected or the timeout is reached. The loop never checks that the client is still "started" (not closed). The loop should be able to exit early if "started.get()==false", because it cannot expect the client to ever connect after that point.
Attachments
Issue Links
- links to