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 234EBD7E4 for ; Wed, 29 Aug 2012 20:49:10 +0000 (UTC) Received: (qmail 92817 invoked by uid 500); 29 Aug 2012 20:49:10 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 92787 invoked by uid 500); 29 Aug 2012 20:49:10 -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 92778 invoked by uid 99); 29 Aug 2012 20:49:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 20:49:10 +0000 Date: Thu, 30 Aug 2012 07:49:09 +1100 (NCT) From: "Daryn Sharp (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <1280156497.13705.1346273350021.JavaMail.jiratomcat@arcas> In-Reply-To: <218805250.12762.1346262369070.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (YARN-60) NMs rejects all container tokens after 2nd secret key roll 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-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444396#comment-13444396 ] Daryn Sharp commented on YARN-60: --------------------------------- RM appears to be throwing NPE in response to the NM heartbeat. The NMs never get the new key, so when it's activated, the NMs reject all tokens. > NMs rejects all container tokens after 2nd secret key roll > ---------------------------------------------------------- > > Key: YARN-60 > URL: https://issues.apache.org/jira/browse/YARN-60 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager > Affects Versions: 2.2.0-alpha, 0.23.3 > Reporter: Daryn Sharp > Assignee: Vinod Kumar Vavilapalli > Priority: Blocker > > The NM's token secret manager will reject all container tokens after the third secret key is activated which means the NM will not launch _any_ containers including AMs. The whole yarn cluster becomes inoperable in 2d 15m (default 1d key roll + 15m activation delay). > The NM tracks the previous 2 secrets, so either the RM is generating tokens with an old secret, or more likely the NMs are going out of sync when discarding the oldest secret. -- 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