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 31BA9200B5E for ; Tue, 5 Jul 2016 13:00:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 309E3160A60; Tue, 5 Jul 2016 11:00:17 +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 8BF80160A6F for ; Tue, 5 Jul 2016 13:00:16 +0200 (CEST) Received: (qmail 60152 invoked by uid 500); 5 Jul 2016 11:00:15 -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 60080 invoked by uid 99); 5 Jul 2016 11:00:15 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2016 11:00:15 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 973A02C02A4 for ; Tue, 5 Jul 2016 11:00:15 +0000 (UTC) Date: Tue, 5 Jul 2016 11:00:15 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-17559) NN HA enabling failed at 'Stop all Services' step MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 05 Jul 2016 11:00:17 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk updated AMBARI-17559: ------------------------------------- Status: Patch Available (was: Open) > NN HA enabling failed at 'Stop all Services' step > ------------------------------------------------- > > Key: AMBARI-17559 > URL: https://issues.apache.org/jira/browse/AMBARI-17559 > Project: Ambari > Issue Type: Bug > Reporter: Andrew Onischuk > Assignee: Andrew Onischuk > Fix For: 2.4.0 > > Attachments: AMBARI-17559.patch > > > 1) If a command gets aborted, it remains in "IN_PROGRESS" state on the agent. Agent sends it in each heartbeat until agent gets restarted. > 2) Because of an ordering issue in the heartbeat report processing, server sometimes mismatches command statuses. (If we have COMPLETED command and ABORTED in the same heartbeat, it may think that completed command was aborted and rejects state change). This situation was rare previously, but because of the first issue aborted commands come in each Heartbeat. -- This message was sent by Atlassian JIRA (v6.3.4#6332)