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 B3C3A200BA3 for ; Thu, 20 Oct 2016 20:23:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B2A5F160AE0; Thu, 20 Oct 2016 18:23:05 +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 2C7C5160ACC for ; Thu, 20 Oct 2016 20:23:05 +0200 (CEST) Received: (qmail 1806 invoked by uid 500); 20 Oct 2016 18:22:59 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 1749 invoked by uid 99); 20 Oct 2016 18:22:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 18:22:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4DE612C014E for ; Thu, 20 Oct 2016 18:22:59 +0000 (UTC) Date: Thu, 20 Oct 2016 18:22:59 +0000 (UTC) From: "Gour Saha (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-5759) Capability to register for a notification/callback on the expiry of timeouts for an application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Oct 2016 18:23:05 -0000 Gour Saha created YARN-5759: ------------------------------- Summary: Capability to register for a notification/callback on the expiry of timeouts for an application Key: YARN-5759 URL: https://issues.apache.org/jira/browse/YARN-5759 Project: Hadoop YARN Issue Type: Sub-task Components: resourcemanager Reporter: Gour Saha There is a need for the YARN native services REST-API service, to take certain actions once a timeout of an application expires. For example, an immediate requirement is to destroy a Slider application, once its lifetime timeout expires and YARN has stopped the application. Destroying a Slider application means cleanup of Slider HDFS state store and ZK paths for that application. Potentially, there will be advanced requirements from the REST-API service and other services in the future, which will make this feature very handy. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org