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:
parent
f8ed2ad524
commit
a5a2abbacc
@ -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)
|
||||
|
@ -2198,9 +2198,6 @@ 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user