From dev-return-70949-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Jun 26 19:27:02 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 74C1F180636 for ; Tue, 26 Jun 2018 19:27:01 +0200 (CEST) Received: (qmail 28119 invoked by uid 500); 26 Jun 2018 17:27:00 -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 28106 invoked by uid 99); 26 Jun 2018 17:26:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2018 17:26:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9B030DFC45; Tue, 26 Jun 2018 17:26:59 +0000 (UTC) From: lvfangmin To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #542: [ZOOKEEPER-3060] Logging the server local port to stde... Content-Type: text/plain Message-Id: <20180626172659.9B030DFC45@git1-us-west.apache.org> Date: Tue, 26 Jun 2018 17:26:59 +0000 (UTC) Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/542 This is only useful when we don't use 0 as the port in the address, which won't happen in realistic for prod usage, so it's not that meaningful to have this patch. @mjeelanimsft we only use it internally for testing purpose, should consider to abandon this patch. ---