Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 27550 invoked from network); 25 Jan 2011 11:18:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 11:18:09 -0000 Received: (qmail 7026 invoked by uid 500); 25 Jan 2011 11:18:09 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 6738 invoked by uid 500); 25 Jan 2011 11:18:09 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 6709 invoked by uid 99); 25 Jan 2011 11:18:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 11:18:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 11:18:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0PBHksl005040 for ; Tue, 25 Jan 2011 11:17:46 GMT Message-ID: <4617602.185301295954266769.JavaMail.jira@thor> Date: Tue, 25 Jan 2011 06:17:46 -0500 (EST) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-7110) Implement chmod with JNI In-Reply-To: <2506438.39491295371903550.JavaMail.jira@thor> 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/HADOOP-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986338#action_12986338 ] Hudson commented on HADOOP-7110: -------------------------------- Integrated in Hadoop-Common-trunk #586 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/586/]) HADOOP-7110. Implement chmod with JNI. Contributed by Todd Lipcon > Implement chmod with JNI > ------------------------ > > Key: HADOOP-7110 > URL: https://issues.apache.org/jira/browse/HADOOP-7110 > Project: Hadoop Common > Issue Type: Improvement > Components: io, native > Affects Versions: 0.22.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.22.0 > > Attachments: hadoop-7110.txt > > > MapReduce is currently using a race-prone workaround to approximate chmod() because forking chmod is too expensive. This race is causing build failures (and probably task failures too). We should implement chmod in the NativeIO library so we can have good performance (ie not fork) and still not be prone to races. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.