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 "Kai Sasaki (JIRA)" <ji...@apache.org> on 2017/06/27 13:34:00 UTC

[jira] [Updated] (MAPREDUCE-6888) Error message of ShuffleHandler should show the exact cause

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kai Sasaki updated MAPREDUCE-6888:
----------------------------------
    Attachment: MAPREDUCE-6888.02.patch

> Error message of ShuffleHandler should show the exact cause
> -----------------------------------------------------------
>
>                 Key: MAPREDUCE-6888
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6888
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Kai Sasaki
>            Assignee: Kai Sasaki
>            Priority: Minor
>         Attachments: MAPREDUCE-6888.01.patch, MAPREDUCE-6888.02.patch
>
>
> {{exceptionCaught}} shows the exact cause of given {{ExceptionEvent}}. But it is not properly shown in case of internal server error.
> {code}
>       LOG.error("Shuffle error: ", cause);
>       if (ch.isConnected()) {
>         LOG.error("Shuffle error " + e);
>         sendError(ctx, INTERNAL_SERVER_ERROR);
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org