HDFS-5100. Merging change r1514573 from trunk to branch-2.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1514574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Nauroth 2013-08-16 04:23:32 +00:00
parent 15bdf14151
commit ce6ba40569
2 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,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

View File

@ -96,7 +96,7 @@ public class TestNamenodeRetryCache {
* @throws AccessControlException */
@After
public void cleanup() throws IOException {
namesystem.delete("/", true);
cluster.shutdown();
}
public static void incrementCallId() {