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 B7E94200B5E for ; Wed, 27 Jul 2016 00:42:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B68B0160AA4; Tue, 26 Jul 2016 22:42: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 3892E160AA6 for ; Wed, 27 Jul 2016 00:42:22 +0200 (CEST) Received: (qmail 81530 invoked by uid 500); 26 Jul 2016 22:42:20 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 81377 invoked by uid 99); 26 Jul 2016 22:42:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 22:42:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 97E9B2C0D67 for ; Tue, 26 Jul 2016 22:42:20 +0000 (UTC) Date: Tue, 26 Jul 2016 22:42:20 +0000 (UTC) From: "Vrushali C (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5382) RM does not audit log kill request for active applications MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 26 Jul 2016 22:42:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15394696#comment-15394696 ] Vrushali C commented on YARN-5382: ---------------------------------- Thanks [~jlowe]! I will make the changes and upload an updated patch for trunk as well as branch-2. > RM does not audit log kill request for active applications > ---------------------------------------------------------- > > Key: YARN-5382 > URL: https://issues.apache.org/jira/browse/YARN-5382 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager > Affects Versions: 2.7.2 > Reporter: Jason Lowe > Assignee: Vrushali C > Attachments: YARN-5382-branch-2.7.01.patch, YARN-5382-branch-2.7.02.patch, YARN-5382-branch-2.7.03.patch, YARN-5382-branch-2.7.04.patch, YARN-5382-branch-2.7.05.patch > > > ClientRMService will audit a kill request but only if it either fails to issue the kill or if the kill is sent to an already finished application. It does not create a log entry when the application is active which is arguably the most important case to audit. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org