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

Tom White commented on MAPREDUCE-2375:
--------------------------------------

Ideally there wouldn't be an extra level of wrapping for ChecksumException 
(which is thrown then caught in the same method). Either add a new catch block 
and rethrow it, or log the extra detail in the IOException catch block and 
rethrow there.

> Improve exception thrown by SpillRecord for bad spill index
> -----------------------------------------------------------
>
>                 Key: MAPREDUCE-2375
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2375
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2375.txt
>
>
> In trying to debug some issues on a cluster that was seeing shuffle fetch 
> failures, I found the IOException thrown by the SpillRecord constructor to be 
> insufficient. An improved exception would have more details about the file 
> path, offset, etc.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to