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

Eric Payne updated MAPREDUCE-6960:
----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.8.3
                   3.1.0
                   3.0.0
                   2.9.0
           Status: Resolved  (was: Patch Available)

> Shuffle Handler prints disk error stack traces for every read failure.
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6960
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6960
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Kuhu Shukla
>            Assignee: Kuhu Shukla
>             Fix For: 2.9.0, 3.0.0, 3.1.0, 2.8.3
>
>         Attachments: MAPREDUCE-6960.001.patch
>
>
> {code}
>  } catch (IOException e) {
>           LOG.error("Shuffle error :", e);
> {code}
> In cases where the read from a disk fails and throws a DiskErrorException, 
> the shuffle handler prints the entire stack trace for each and every one of 
> the failures causing the nodemanager logs to quickly fill up the disk. 



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

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

Reply via email to