Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82FE1C520 for ; Fri, 13 Sep 2013 06:21:38 +0000 (UTC) Received: (qmail 98947 invoked by uid 500); 13 Sep 2013 01:21:16 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 98428 invoked by uid 500); 13 Sep 2013 01:20:55 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 98274 invoked by uid 99); 13 Sep 2013 01:20:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 01:20:52 +0000 Date: Fri, 13 Sep 2013 01:20:52 +0000 (UTC) From: "Karthik Kambatla (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-1193) ResourceManger.clusterTimeStamp should be reset when RM transitions to active MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Karthik Kambatla created YARN-1193: -------------------------------------- Summary: ResourceManger.clusterTimeStamp should be reset when RM transitions to active Key: YARN-1193 URL: https://issues.apache.org/jira/browse/YARN-1193 Project: Hadoop YARN Issue Type: Sub-task Components: resourcemanager Reporter: Karthik Kambatla Assignee: Karthik Kambatla ResourceManager.clusterTimeStamp is used to generate application-ids. Currently, when the RM transitions to active-standby-active back and forth, the clusterTimeStamp stays the same leading to apps getting the same ids as jobs from before. This leads to other races in staging directory etc. To avoid this, it is better to set it on every transition to Active. -- 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