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 BE0BB200B64 for ; Tue, 2 Aug 2016 23:28:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BCB2C160A65; Tue, 2 Aug 2016 21:28: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 107ED160AA8 for ; Tue, 2 Aug 2016 23:28:21 +0200 (CEST) Received: (qmail 44572 invoked by uid 500); 2 Aug 2016 21:28:21 -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 44180 invoked by uid 99); 2 Aug 2016 21:28:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 21:28:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D89512C0E38 for ; Tue, 2 Aug 2016 21:28:20 +0000 (UTC) Date: Tue, 2 Aug 2016 21:28:20 +0000 (UTC) From: "Vrushali C (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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, 02 Aug 2016 21:28:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vrushali C updated YARN-5382: ----------------------------- Attachment: YARN-5382-branch-2.7.10.patch YARN-5382.10.patch Uploading v10 patch for trunk (as well as branch 2.7 for simplicity of keeping track of patch numbers). The only change from v9 is that the trunk patch removes the existing audit logging in ClientRMService#forceKillApplication at the application.isAppFinalStateStored() check. I tried running several test jobs on my pseudo cluster and tried invoking kill at different times, but I only see one audit log message in the RM logs. > 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, YARN-5382-branch-2.7.09.patch, YARN-5382-branch-2.7.10.patch, YARN-5382.06.patch, YARN-5382.07.patch, YARN-5382.08.patch, YARN-5382.09.patch, YARN-5382.10.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