The namenode ignores ioexceptions in close
------------------------------------------
Key: HADOOP-3534
URL: https://issues.apache.org/jira/browse/HADOOP-3534
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Reporter: Owen O'Malley
Priority: Blocker
Fix For: 0.18.0
The namenode node in FSNamesystem.close ignores and IOExceptions from closing
the namespace.
{code}
IOUtils.close(LOG, dir);
{code}
which only logs any exceptions in dir.close() at the debug level.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.