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 3BA9E200B21 for ; Thu, 12 May 2016 01:47:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3A4C8160A17; Wed, 11 May 2016 23:47:15 +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 7BCB6160A19 for ; Thu, 12 May 2016 01:47:14 +0200 (CEST) Received: (qmail 15245 invoked by uid 500); 11 May 2016 23:47:13 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 14596 invoked by uid 99); 11 May 2016 23:47:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 23:47:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E57442C1F60 for ; Wed, 11 May 2016 23:47:12 +0000 (UTC) Date: Wed, 11 May 2016 23:47:12 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-10391) Always enable NameNode service RPC port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 May 2016 23:47:15 -0000 Arpit Agarwal created HDFS-10391: ------------------------------------ Summary: Always enable NameNode service RPC port Key: HDFS-10391 URL: https://issues.apache.org/jira/browse/HDFS-10391 Project: Hadoop HDFS Issue Type: Bug Components: datanode, namenode Reporter: Arpit Agarwal The NameNode should always be setup with a service RPC port so that it does not have to be explicitly enabled by an administrator. This change can be made in a backwards-compatible manner so that DataNodes fallback to the client RPC port if the service RPC port is unavailable. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org