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.