[ 
https://issues.apache.org/jira/browse/HADOOP-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606738#action_12606738
 ] 

Hudson commented on HADOOP-3534:
--------------------------------

Integrated in Hadoop-trunk #524 (See 
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/524/])

> 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
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: 3534_20080613.patch, hadoop-3534.patch
>
>
> 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.

Reply via email to