You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/01/21 21:15:54 UTC

[jira] Commented: (MAPREDUCE-1382) MRAsyncDiscService should tolerate missing local.dir

    [ https://issues.apache.org/jira/browse/MAPREDUCE-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803467#action_12803467 ] 

Todd Lipcon commented on MAPREDUCE-1382:
----------------------------------------

Hi Zheng,

I wonder whether localFileSystem.listStatus will ever throw IOE in the case of a bad volume? Yours handles the case where the volume doesn't exist at all, but I can imagine if it's on a broken mount, the listStatus will get an I/O Error from the underlying filesystem and throw at that point. Do you need to catch this and handle in the same way as if it were null? Thanks.

> MRAsyncDiscService should tolerate missing local.dir
> ----------------------------------------------------
>
>                 Key: MAPREDUCE-1382
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1382
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Scott Chen
>            Assignee: Zheng Shao
>         Attachments: MAPREDUCE-1382.1.patch, MAPREDUCE-1382.branch-0.20.on.top.of.MAPREDUCE-1302.1.patch
>
>
> Currently when some of the local.dir do not exist, MRAsyncDiscService will fail. It should only fail when all directories don't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.