Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5C2C8200CFE for ; Thu, 24 Aug 2017 18:54:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A86C16B28B; Thu, 24 Aug 2017 16:54:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AA3B616B289 for ; Thu, 24 Aug 2017 18:54:07 +0200 (CEST) Received: (qmail 27731 invoked by uid 500); 24 Aug 2017 16:54:05 -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 27720 invoked by uid 99); 24 Aug 2017 16:54:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2017 16:54:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5FB73C043B for ; Thu, 24 Aug 2017 16:54:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id IQ8AG5tfnLUA for ; Thu, 24 Aug 2017 16:54:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 76FD75FB17 for ; Thu, 24 Aug 2017 16:54:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3C332E0EB2 for ; Thu, 24 Aug 2017 16:54:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 711A42538E for ; Thu, 24 Aug 2017 16:54:00 +0000 (UTC) Date: Thu, 24 Aug 2017 16:54:00 +0000 (UTC) From: "Michael Han (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-2814) Ignore space after comma in connection string MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 24 Aug 2017 16:54:08 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140298#comment-16140298 ] Michael Han commented on ZOOKEEPER-2814: ---------------------------------------- Thanks for working on this. bq. give me write access so that I can commit the changes to Zookeeper- branch 3.4 and close this issue. This is not the way Apache works. Please read contributor guidelines at https://community.apache.org/contributors/. tldr: only committers have access to source repo. > Ignore space after comma in connection string > --------------------------------------------- > > Key: ZOOKEEPER-2814 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2814 > Project: ZooKeeper > Issue Type: Bug > Affects Versions: 3.5.3 > Reporter: Viliam Durina > Assignee: Nikhil Ashok Bhide > Priority: Minor > > I'm using the following connection string: > {{10.0.0.179:2181,10.0.0.176:2181}} > However, I get: > {{java.net.UnknownHostException: 10.0.0.176: Name or service not known > at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) > at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) > at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) > at java.net.InetAddress.getAllByName0(InetAddress.java:1276) > at java.net.InetAddress.getAllByName(InetAddress.java:1192) > at java.net.InetAddress.getAllByName(InetAddress.java:1126) > at org.apache.zookeeper.client.StaticHostProvider.(StaticHostProvider.java:61) > at org.apache.zookeeper.ZooKeeper.(ZooKeeper.java:445) > at ... > ...}} > The problem was the space after the comma. I suggest to either make the space optional or produce error on it, as this is a real pain to spot. Using the space also makes the connect string more readable. Spaces are not allowed in domain names. -- This message was sent by Atlassian JIRA (v6.4.14#64029)