You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Datko (JIRA)" <ji...@apache.org> on 2010/08/11 16:46:18 UTC

[jira] Created: (ZOOKEEPER-836) hostlist as string

hostlist as string
------------------

                 Key: ZOOKEEPER-836
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-836
             Project: Zookeeper
          Issue Type: Sub-task
          Components: java client
    Affects Versions: 3.3.1
            Reporter: Patrick Datko


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.