HDFS-5100. TestNamenodeRetryCache fails on Windows due to incorrect cleanup. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8df7e7deec
commit
99064ec905
|
@ -345,6 +345,9 @@ Release 2.1.1-beta - UNRELEASED
|
|||
HDFS-2994. If lease soft limit is recovered successfully
|
||||
the append can fail. (Tao Luo via shv)
|
||||
|
||||
HDFS-5100. TestNamenodeRetryCache fails on Windows due to incorrect cleanup.
|
||||
(Chuan Liu via cnauroth)
|
||||
|
||||
Release 2.1.0-beta - 2013-08-22
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -96,7 +96,7 @@ public class TestNamenodeRetryCache {
|
|||
* @throws AccessControlException */
|
||||
@After
|
||||
public void cleanup() throws IOException {
|
||||
namesystem.delete("/", true);
|
||||
cluster.shutdown();
|
||||
}
|
||||
|
||||
public static void incrementCallId() {
|
||||
|
|
Loading…
Reference in New Issue