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 611C610594 for ; Wed, 19 Jun 2013 04:25:25 +0000 (UTC) Received: (qmail 29955 invoked by uid 500); 19 Jun 2013 04:25:23 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 29927 invoked by uid 500); 19 Jun 2013 04:25:23 -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 29899 invoked by uid 99); 19 Jun 2013 04:25:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 04:25:21 +0000 Date: Wed, 19 Jun 2013 04:25:21 +0000 (UTC) From: "Omkar Vinit Joshi (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-851) Share NMTokens using NMTokenCache (api-based) instead of memory based approach which is used currently. 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-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13687592#comment-13687592 ] Omkar Vinit Joshi commented on YARN-851: ---------------------------------------- static NMTokenCache is created which will be one per jvm. RMContainerAllocator/AMRMClient will put newly received tokens in it. NMClient /ContainerManagementProtocolProxy which needs NMToken for creating authenticated connection with NM will pick up token from here. > Share NMTokens using NMTokenCache (api-based) instead of memory based approach which is used currently. > ------------------------------------------------------------------------------------------------------- > > Key: YARN-851 > URL: https://issues.apache.org/jira/browse/YARN-851 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Omkar Vinit Joshi > Assignee: Omkar Vinit Joshi > Attachments: YARN-851-20130618.patch > > > It is a follow up ticket for YARN-694. Changing the way NMTokens are shared. -- 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