Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.1
-
None
-
None
-
Reviewed
-
hostliste, comma seperated
Description
The hostlist is parsed in the ctor of ClientCnxn. This violates the rule of
not doing (too much) work in a ctor. Instead the ClientCnxn should receive an
object of class "HostSet". HostSet could then be instantiated e.g. with a
comma separated string.
Attachments
Attachments
Issue Links
- is blocked by
-
ZOOKEEPER-762 Allow dynamic addition/removal of server nodes in the client API
- Resolved
- is related to
-
ZOOKEEPER-338 zk hosts should be resolved periodically for loadbalancing amongst zk servers.
- Open
-
ZOOKEEPER-781 provide a generalized "connection strategy" for ZooKeeper clients
- Open
-
ZOOKEEPER-146 Allow clients to retrieve the list of hosts/servers from a URL
- Open