[
https://issues.apache.org/jira/browse/CURATOR-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ruilonghe updated CURATOR-628:
------------------------------
Description:
# CuratorFrameworkImpl class's performBackgroundOperation method will invoke
client.getZookeeper() method.
# when elapsed time exceeds sessionTimeout, ConnectionState will invoke
reset().
# duiring reset, if new Zookeeper() method throw UnknownHostException in new
StaticHostProvider method.
# then background operation will gave up and client will not retry connecting
any more.
Please check the log.
was:
# CuratorFrameworkImpl class's performBackgroundOperation method will invoke
client.getZookeeper() method.
# when elapsed time exceeds sessionTimeout, ConnectionState will invoke
reset().
# duiring reset, if new Zookeeper() method throw UnknownHostException in new
StaticHostProvider method.
# then background operation will gave up and client will not retry connecting
any more.
> Background operation throw unknown host exception when ConnectionState
> instance invoke reset method
> ---------------------------------------------------------------------------------------------------
>
> Key: CURATOR-628
> URL: https://issues.apache.org/jira/browse/CURATOR-628
> Project: Apache Curator
> Issue Type: Bug
> Components: Client
> Affects Versions: 2.12.0
> Reporter: ruilonghe
> Priority: Major
> Attachments: log.txt.txt
>
>
> # CuratorFrameworkImpl class's performBackgroundOperation method will invoke
> client.getZookeeper() method.
> # when elapsed time exceeds sessionTimeout, ConnectionState will invoke
> reset().
> # duiring reset, if new Zookeeper() method throw UnknownHostException in
> new StaticHostProvider method.
> # then background operation will gave up and client will not retry
> connecting any more.
>
> Please check the log.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)