[
https://issues.apache.org/jira/browse/CURATOR-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enrico Olivelli resolved CURATOR-720.
-------------------------------------
Fix Version/s: 5.8.0
Resolution: Fixed
> 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
> Assignee: Houston Putman
> Priority: Major
> Fix For: 5.8.0
>
>
> 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)