Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8CAE18489 for ; Sun, 13 Mar 2016 15:39:33 +0000 (UTC) Received: (qmail 77130 invoked by uid 500); 13 Mar 2016 15:39:33 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 77078 invoked by uid 500); 13 Mar 2016 15:39:33 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 77057 invoked by uid 99); 13 Mar 2016 15:39:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Mar 2016 15:39:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7B8592C0AFA for ; Sun, 13 Mar 2016 15:39:33 +0000 (UTC) Date: Sun, 13 Mar 2016 15:39:33 +0000 (UTC) From: "Daniel Templeton (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (YARN-4799) ContainerMetrics drops records MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Templeton resolved YARN-4799. ------------------------------------ Resolution: Duplicate > ContainerMetrics drops records > ------------------------------ > > Key: YARN-4799 > URL: https://issues.apache.org/jira/browse/YARN-4799 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager > Affects Versions: 2.9.0 > Reporter: Daniel Templeton > Assignee: Daniel Templeton > > The metrics2 system was implemented to deal with persistent sources. {{ContainerMetrics}} is an ephemeral source, and so it causes problems. Specifically, the {{ContainerMetrics}} only reports metrics once after the container has been stopped. This behavior is a problem because the metrics2 system can ask sources for reports that will be quietly dropped by the sinks that care. (It's a metrics2 feature, not a bug.) If that final report is silently dropped, it's lost, because the {{ContainerMetrics}} won't report anything else ever anymore. -- This message was sent by Atlassian JIRA (v6.3.4#6332)