You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/04/04 00:07:25 UTC

[jira] Commented: (HADOOP-3166) SpillThread throws ArrayIndexOutOfBoundsException, which is ignored by MapTask

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

Owen O'Malley commented on HADOOP-3166:
---------------------------------------

Please add a string to the IOException.

> SpillThread throws ArrayIndexOutOfBoundsException, which is ignored by MapTask
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-3166
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3166
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 3166-0.patch
>
>
> There is a flaw in the value bounds checking introduced by HADOOP-2919. When the index table determines the end offset of the value, it fails to detect that the next entry falls off the end of the array. This remains undetected by MapTask, which only notes IOExceptions from the spill thread. Both the boundary checking and the exception handling must be fixed.

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