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 D3BBCDDC2 for ; Sun, 23 Sep 2012 23:58:08 +0000 (UTC) Received: (qmail 93979 invoked by uid 500); 23 Sep 2012 23:58:08 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 93834 invoked by uid 500); 23 Sep 2012 23:58:08 -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 93652 invoked by uid 99); 23 Sep 2012 23:58:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2012 23:58:07 +0000 Date: Mon, 24 Sep 2012 10:58:07 +1100 (NCT) From: "Vinod Kumar Vavilapalli (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <1911715389.114429.1348444687642.JavaMail.jiratomcat@arcas> Subject: [jira] [Moved] (YARN-119) Add support for static service lifecycle listeners . 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-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli moved MAPREDUCE-3995 to YARN-119: --------------------------------------------------------- Component/s: (was: mrv2) Affects Version/s: (was: 0.23.1) (was: 0.24.0) Key: YARN-119 (was: MAPREDUCE-3995) Project: Hadoop YARN (was: Hadoop Map/Reduce) > Add support for static service lifecycle listeners . > ----------------------------------------------------- > > Key: YARN-119 > URL: https://issues.apache.org/jira/browse/YARN-119 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Minor > Labels: management > Attachments: MAPREDUCE-3995.patch, MAPREDUCE-3995.patch, MAPREDUCE-3995.patch, MAPREDUCE-3995.patch, MAPREDUCE-3995.patch, MAPREDUCE-3995.patch > > > Add support to {{AbstractService}} that allow callers to register listeners for all instances. The existing listener interface could be used. This allows management tools to hook into the events. > The static listeners would be invoked for all state changes except creation (base class shouldn't be handing out references to itself at this point). > These static events could all be async, pushed through a shared {{ConcurrentLinkedQueue}}; failures logged at warn and the rest of the listeners invoked. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira