git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1356970 13f79535-47bb-0310-9956-ffa450edef68
@@ -91,6 +91,9 @@ Release 0.23.3 - UNRELEASED
HADOOP-8325. Add a ShutdownHookManager to be used by different
components instead of the JVM shutdownhook (tucu)
+ HADOOP-8342. HDFS command fails with exception following merge of
+ HADOOP-8325 (tucu)
+
Release 0.23.2 - UNRELEASED
NEW FEATURES
@@ -2150,10 +2150,7 @@ public abstract class FileSystem extends Configured implements Closeable {
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 {