Return-Path: Delivered-To: apmail-zookeeper-dev-archive@www.apache.org Received: (qmail 31584 invoked from network); 1 Dec 2010 10:53:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Dec 2010 10:53:36 -0000 Received: (qmail 77599 invoked by uid 500); 1 Dec 2010 10:53:36 -0000 Delivered-To: apmail-zookeeper-dev-archive@zookeeper.apache.org Received: (qmail 77579 invoked by uid 500); 1 Dec 2010 10:53:35 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 77565 invoked by uid 99); 1 Dec 2010 10:53:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 10:53:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 10:53:32 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB1ArAvl008270 for ; Wed, 1 Dec 2010 10:53:11 GMT Message-ID: <15835460.44991291200790789.JavaMail.jira@thor> Date: Wed, 1 Dec 2010 05:53:10 -0500 (EST) From: "Hudson (JIRA)" To: dev@zookeeper.apache.org Subject: [jira] Commented: (ZOOKEEPER-836) hostlist as string MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ZOOKEEPER-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965654#action_12965654 ] Hudson commented on ZOOKEEPER-836: ---------------------------------- Integrated in ZooKeeper-trunk #1023 (See [https://hudson.apache.org/hudson/job/ZooKeeper-trunk/1023/]) 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 > Assignee: Thomas Koch > Attachments: ZOOKEEPER-836.patch, ZOOKEEPER-836.patch, ZOOKEEPER-836.patch, ZOOKEEPER-836.patch, ZOOKEEPER-836_2.patch > > > 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.