HADOOP-8342. HDFS command fails with exception following merge of HADOOP-8325 (tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1333224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-05-02 21:48:39 +00:00
parent f8ed2ad524
commit a5a2abbacc
2 changed files with 3 additions and 3 deletions

View File

@ -401,6 +401,9 @@ Release 2.0.0 - UNRELEASED
HADOOP-8275. Range check DelegationKey length.
(Colin Patrick McCabe via eli)
HADOOP-8342. HDFS command fails with exception following merge of
HADOOP-8325 (tucu)
BREAKDOWN OF HADOOP-7454 SUBTASKS
HADOOP-7455. HA: Introduce HA Service Protocol Interface. (suresh)

View File

@ -2198,10 +2198,7 @@ synchronized void remove(Key key, FileSystem fs) {
if (map.containsKey(key) && fs == map.get(key)) {
map.remove(key);
toAutoClose.remove(key);
if (map.isEmpty()) {
ShutdownHookManager.get().removeShutdownHook(clientFinalizer);
}
}
}
synchronized void closeAll() throws IOException {