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 8DF38200BB9 for ; Mon, 7 Nov 2016 13:17:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8CB91160AEB; Mon, 7 Nov 2016 12:17:01 +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 DC825160B10 for ; Mon, 7 Nov 2016 13:17:00 +0100 (CET) Received: (qmail 4643 invoked by uid 500); 7 Nov 2016 12:16:58 -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 4186 invoked by uid 99); 7 Nov 2016 12:16:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 12:16:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 72C4E2C2A6B for ; Mon, 7 Nov 2016 12:16:58 +0000 (UTC) Date: Mon, 7 Nov 2016 12:16:58 +0000 (UTC) From: "Bibin A Chundatt (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-5845) Skip aclUpdated event publish to timelineserver or recovery MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Nov 2016 12:17:01 -0000 Bibin A Chundatt created YARN-5845: -------------------------------------- Summary: Skip aclUpdated event publish to timelineserver or recovery Key: YARN-5845 URL: https://issues.apache.org/jira/browse/YARN-5845 Project: Hadoop YARN Issue Type: Bug Reporter: Bibin A Chundatt Assignee: Bibin A Chundatt Priority: Critical Currently ACL update event is send to timeline server even on recovery {{RMAppManager#createAndPopulateNewRMApp}}. For 10K completed application when RM is restarted 10K ACL updated event is added to timelinesever causing unnecessary over loading of system {code} String appViewACLs = submissionContext.getAMContainerSpec() .getApplicationACLs().get(ApplicationAccessType.VIEW_APP); rmContext.getSystemMetricsPublisher().appACLsUpdated( application, appViewACLs, System.currentTimeMillis()); {code} *Events on each RM restart* {noformat} "events": [{ "timestamp": 1478520292543, "eventtype": "YARN_APPLICATION_ACLS_UPDATED", "eventinfo": {} }, { "timestamp": 1478519600537, "eventtype": "YARN_APPLICATION_ACLS_UPDATED", "eventinfo": {} }, { "timestamp": 1478519557101, "eventtype": "YARN_APPLICATION_ACLS_UPDATED", "eventinfo": {} }, {noformat} -- 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