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 5887210FB9 for ; Sat, 2 Nov 2013 04:21:40 +0000 (UTC) Received: (qmail 29372 invoked by uid 500); 2 Nov 2013 04:21:36 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 29125 invoked by uid 500); 2 Nov 2013 04:21:25 -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 29051 invoked by uid 99); 2 Nov 2013 04:21:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Nov 2013 04:21:20 +0000 Date: Sat, 2 Nov 2013 04:21:20 +0000 (UTC) From: "Jason Lowe (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-1386) NodeManager mistakenly loses resources and relocalizes them MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jason Lowe created YARN-1386: -------------------------------- Summary: NodeManager mistakenly loses resources and relocalizes them Key: YARN-1386 URL: https://issues.apache.org/jira/browse/YARN-1386 Project: Hadoop YARN Issue Type: Bug Components: nodemanager Affects Versions: 2.2.0, 0.23.10 Reporter: Jason Lowe Priority: Blocker When a local resource that should already be present is requested again, the nodemanager checks to see if it still present. However the method it uses to check for presence is via File.exists() as the user of the nodemanager process. If the resource was a private resource localized for another user, it will be localized to a location that is not accessible by the nodemanager user. Therefore File.exists() returns false, the nodemanager mistakenly believes the resource is no longer available, and it proceeds to localize it over and over. -- This message was sent by Atlassian JIRA (v6.1#6144)