svn merge -c 1567946 merging from trunk to branch-2 to fix:HDFS-5904. TestFileStatus fails intermittently.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1567947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6bd4581910
commit
a6b9cd9862
|
@ -93,6 +93,8 @@ Release 2.4.0 - UNRELEASED
|
||||||
HDFS-5891. webhdfs should not try connecting the DN during redirection
|
HDFS-5891. webhdfs should not try connecting the DN during redirection
|
||||||
(Haohui Mai via brandonli)
|
(Haohui Mai via brandonli)
|
||||||
|
|
||||||
|
HDFS-5904. TestFileStatus fails intermittently. (Mit Desai via kihwal)
|
||||||
|
|
||||||
Release 2.3.1 - UNRELEASED
|
Release 2.3.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -314,5 +314,6 @@ public class TestFileStatus {
|
||||||
FileSystem.LOG.info("GOOD: getting an exception", ioe);
|
FileSystem.LOG.info("GOOD: getting an exception", ioe);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fs.delete(dir, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue