Houston Putman created CURATOR-720:
--------------------------------------
Summary:
CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut should exit after
a close
Key: CURATOR-720
URL: https://issues.apache.org/jira/browse/CURATOR-720
Project: Apache Curator
Issue Type: Bug
Components: Client
Reporter: Houston Putman
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)