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 8580B200B7A for ; Mon, 22 Aug 2016 07:11:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 84096160AC2; Mon, 22 Aug 2016 05:11:22 +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 D3D5C160AC0 for ; Mon, 22 Aug 2016 07:11:21 +0200 (CEST) Received: (qmail 9804 invoked by uid 500); 22 Aug 2016 05:11:20 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 9788 invoked by uid 99); 22 Aug 2016 05:11:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 05:11:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AFE632C0152 for ; Mon, 22 Aug 2016 05:11:20 +0000 (UTC) Date: Mon, 22 Aug 2016 05:11:20 +0000 (UTC) From: "dengjie (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4523) Disallow using loopback address in distributed mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 22 Aug 2016 05:11:22 -0000 [ https://issues.apache.org/jira/browse/DRILL-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15430053#comment-15430053 ] dengjie commented on DRILL-4523: -------------------------------- Test node does not have such a set, can be successfully started, but the production node does not set on the start of failure. > Disallow using loopback address in distributed mode > --------------------------------------------------- > > Key: DRILL-4523 > URL: https://issues.apache.org/jira/browse/DRILL-4523 > Project: Apache Drill > Issue Type: Improvement > Components: Server > Affects Versions: 1.6.0 > Reporter: Arina Ielchiieva > Assignee: Arina Ielchiieva > Fix For: 1.7.0 > > > If we enable debug for org.apache.drill.exec.coord.zk in logback.xml, we only get the hostname and ports information. For example: > {code} > 2015-11-04 19:47:02,927 [ServiceCache-0] DEBUG o.a.d.e.c.zk.ZKClusterCoordinator - Cache changed, updating. > 2015-11-04 19:47:02,932 [ServiceCache-0] DEBUG o.a.d.e.c.zk.ZKClusterCoordinator - Active drillbit set changed. Now includes 2 total bits. New active drillbits: > h3.poc.com:31010:31011:31012 > h2.poc.com:31010:31011:31012 > {code} > We need to know the IP address of each hostname to do further troubleshooting. > Imagine if any drillbit registers itself as "localhost.localdomain" in zookeeper, we will never know where it comes from. Enabling IP address tracking can help this case. -- This message was sent by Atlassian JIRA (v6.3.4#6332)