Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 52936 invoked from network); 10 Nov 2010 23:32:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Nov 2010 23:32:06 -0000 Received: (qmail 39399 invoked by uid 500); 10 Nov 2010 23:32:38 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 39347 invoked by uid 500); 10 Nov 2010 23:32:38 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 39340 invoked by uid 99); 10 Nov 2010 23:32:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 23:32:38 +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; Wed, 10 Nov 2010 23:32:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAANWH8D025501 for ; Wed, 10 Nov 2010 23:32:17 GMT Message-ID: <21883782.16531289431937189.JavaMail.jira@thor> Date: Wed, 10 Nov 2010 18:32:17 -0500 (EST) From: "Guillermo Cabrera (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6675) Reducing timeout value in CanonicalPatchCache to fix a file not found error in Hadoop common In-Reply-To: <8597696.16471289431814082.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/HARMONY-6675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillermo Cabrera updated HARMONY-6675: --------------------------------------- Attachment: HARMONY.-6675.diff Fixes org.apache.hadoop.fs.TestLocalFSFileContextSymlink problems reported by Hadoop > Reducing timeout value in CanonicalPatchCache to fix a file not found error in Hadoop common > -------------------------------------------------------------------------------------------- > > Key: HARMONY-6675 > URL: https://issues.apache.org/jira/browse/HARMONY-6675 > Project: Harmony > Issue Type: New Feature > Environment: SLE v. 11, Apache Harmony 6 > Reporter: Guillermo Cabrera > Priority: Minor > Attachments: HARMONY.-6675.diff > > > Testing Harmony Select (r1022137) with Hadoop common, we ran across the following error: > java.lang.RuntimeException: Error while running command to get file permissions : org.apache.hadoop.util.Shell$ExitCodeException: /bin/ls: /tmp/test1/file: No such file or directory > Charles Lee (Apache Harmony developer) provided us with the following answer: > "For all the test case failures in org.apache.hadoop.fs.TestLocalFSFileContextSymlink, the root cause is we have a CanonicalPathCache under the File, so the file canonical path will be wrong if the test case highly stressed, (I remember the cache time is set to 10 minute)." > His patch to fix this issue has been attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.