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 C515D200BEA for ; Tue, 27 Dec 2016 23:48:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C3AE5160B31; Tue, 27 Dec 2016 22:48:59 +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 3E51A160B1D for ; Tue, 27 Dec 2016 23:48:59 +0100 (CET) Received: (qmail 81543 invoked by uid 500); 27 Dec 2016 22:48:58 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 81530 invoked by uid 99); 27 Dec 2016 22:48:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2016 22:48:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 537F62C0059 for ; Tue, 27 Dec 2016 22:48:58 +0000 (UTC) Date: Tue, 27 Dec 2016 22:48:58 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-19261) AMS cannot start after NN HA is enabled due to hbase.rootdir pointing to Standby NN MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 27 Dec 2016 22:49:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781445#comment-15781445 ] Siddharth Wagle commented on AMBARI-19261: ------------------------------------------ +1 LGTM > AMS cannot start after NN HA is enabled due to hbase.rootdir pointing to Standby NN > ----------------------------------------------------------------------------------- > > Key: AMBARI-19261 > URL: https://issues.apache.org/jira/browse/AMBARI-19261 > Project: Ambari > Issue Type: Bug > Components: ambari-metrics > Affects Versions: 2.5.0 > Reporter: Aravindan Vijayan > Assignee: Aravindan Vijayan > Priority: Critical > Fix For: 2.5.0 > > Attachments: AMBARI-19261-2.patch, AMBARI-19261.patch > > > BUG > Stack advisor never updates the hbase.rootdir for NN HA deployment. > So AMS was pointing to standby NN instead of nameservice resulting in : > {code} > 2016-12-20 21:43:41,406 WARN [natd77-ipvs-upg-sanity-2220-5:61300.activeMasterManager] retry.RetryInvocationHandler: Exception while invoking ClientNamenodeProtocolTranslatorPB.setSafeMode over null. Not retrying because try once and fail. > org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.ipc.StandbyException): Operation category READ is not supported in state standby > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)