Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 0E699DAEC for ; Thu, 5 Jul 2012 23:12:36 +0000 (UTC) Received: (qmail 28196 invoked by uid 500); 5 Jul 2012 23:12:35 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 28154 invoked by uid 500); 5 Jul 2012 23:12:35 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 28141 invoked by uid 99); 5 Jul 2012 23:12:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 23:12:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B6CB3142851 for ; Thu, 5 Jul 2012 23:12:35 +0000 (UTC) Date: Thu, 5 Jul 2012 23:12:35 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <315282122.11523.1341529955750.JavaMail.jiratomcat@issues-vm> In-Reply-To: <130043447.68805.1340913704437.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (MAPREDUCE-4384) Race conditions in IndexCache 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/MAPREDUCE-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407578#comment-13407578 ] Hudson commented on MAPREDUCE-4384: ----------------------------------- Integrated in Hadoop-Common-trunk-Commit #2427 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2427/]) MAPREDUCE-4384. Race conditions in IndexCache (Kihwal Lee via tgraves) (Revision 1357937) Result = SUCCESS tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1357937 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/IndexCache.java > Race conditions in IndexCache > ----------------------------- > > Key: MAPREDUCE-4384 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4384 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: nodemanager > Affects Versions: 2.0.0-alpha > Reporter: Kihwal Lee > Assignee: Kihwal Lee > Fix For: 0.23.3, 2.0.1-alpha, 3.0.0 > > Attachments: mapreduce-4384.patch, mapreduce-4384.patch, mapreduce-4384.patch, mapreduce-4384.patch > > > TestIndexCache is intermittently failing due to a race condition. Up on inspection of IndexCache implementation, more potential issues have been discovered. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira