Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 C9D7110FCD for ; Wed, 23 Jul 2014 17:53:39 +0000 (UTC) Received: (qmail 68842 invoked by uid 500); 23 Jul 2014 17:53:39 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 68799 invoked by uid 500); 23 Jul 2014 17:53:39 -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 68780 invoked by uid 99); 23 Jul 2014 17:53:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2014 17:53:39 +0000 Date: Wed, 23 Jul 2014 17:53:39 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-10872) TestPathData fails intermittently with "Mkdirs failed to create d1" 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-10872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal updated HADOOP-10872: ----------------------------------- Resolution: Fixed Release Note: +1 for the patch. Good find [~yzhangal]. Committed to trunk, branch-2 and branch-2.5. Thanks for looking at these Jenkins failures! Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) > TestPathData fails intermittently with "Mkdirs failed to create d1" > ------------------------------------------------------------------- > > Key: HADOOP-10872 > URL: https://issues.apache.org/jira/browse/HADOOP-10872 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 2.5.0 > Reporter: Yongjun Zhang > Assignee: Yongjun Zhang > Attachments: HADOOP-10872.001.dbg.patch, HADOOP-10872.001.dbg.patch, HADOOP-10872.002.patch > > > A bunch of TestPathData tests failed intermittently, e.g. > https://builds.apache.org/job/PreCommit-HDFS-Build/7416//testReport/ > Example failure log: > {code} > Failed > org.apache.hadoop.fs.shell.TestPathData.testUnqualifiedUriContents > Failing for the past 1 build (Since Failed#7416 ) > Took 0.46 sec. > Error Message > Mkdirs failed to create d1 > Stacktrace > java.io.IOException: Mkdirs failed to create d1 > at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:440) > at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:426) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:906) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:887) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:849) > at org.apache.hadoop.fs.FileSystem.createNewFile(FileSystem.java:1149) > at org.apache.hadoop.fs.shell.TestPathData.initialize(TestPathData.java:54) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)