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 A4E3E200BCE for ; Fri, 18 Nov 2016 00:59:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A3705160B18; Thu, 17 Nov 2016 23:59:03 +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 F3CDB160B0B for ; Fri, 18 Nov 2016 00:59:02 +0100 (CET) Received: (qmail 37417 invoked by uid 500); 17 Nov 2016 23:59:01 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 37192 invoked by uid 99); 17 Nov 2016 23:59:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 23:59:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 881862C4C77 for ; Thu, 17 Nov 2016 23:59:01 +0000 (UTC) Date: Thu, 17 Nov 2016 23:59:01 +0000 (UTC) From: "Mingliang Liu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-11094) Send back HAState along with NamespaceInfo during a versionRequest as an optional parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 17 Nov 2016 23:59:03 -0000 [ https://issues.apache.org/jira/browse/HDFS-11094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15675208#comment-15675208 ] Mingliang Liu commented on HDFS-11094: -------------------------------------- +1 Some comments: # Is it possible to add a unit test for the HAState is sent during a versionRequest RPC? # Add some logging will be very helpful, e.g. {{LOG.info("Acknowledging ACTIVE Namenode during handshake" + actor);}} {code} 313 if(nsInfo.getState() == HAServiceState.ACTIVE && bpServiceToActive == null) { 314 bpServiceToActive = actor; 315 } {code} # The checkstyle warnings are related. Let's address them. [~daryn] and [~arpitagarwal] If you don't have any comments, I'll commit this after the above are addressed. > Send back HAState along with NamespaceInfo during a versionRequest as an optional parameter > ------------------------------------------------------------------------------------------- > > Key: HDFS-11094 > URL: https://issues.apache.org/jira/browse/HDFS-11094 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Eric Badger > Assignee: Eric Badger > Attachments: HDFS-11094.001.patch, HDFS-11094.002.patch, HDFS-11094.003.patch, HDFS-11094.004.patch, HDFS-11094.005.patch, HDFS-11094.006.patch > > > The datanode should know which NN is active when it is connecting/registering to the NN. Currently, it only figures this out during its first (and subsequent) heartbeat(s) and so there is a period of time where the datanode is alive and registered, but can't actually do anything because it doesn't know which NN is active. A byproduct of this is that the MiniDFSCluster will become active before it knows what NN is active, which can lead to NPEs when calling getActiveNN(). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org