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

[jira] Resolved: (MAPREDUCE-1228) OutOfMemoryErrors in ReducerTask due to int overflow on >2G RAM tasks

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

Todd Lipcon resolved MAPREDUCE-1228.
------------------------------------

    Resolution: Duplicate

Oops, yep, that's it, sorry I missed it. Closing dup.

> OutOfMemoryErrors in ReducerTask due to int overflow on >2G RAM tasks
> ---------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1228
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1228
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: task
>    Affects Versions: 0.20.1
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>
> The ReduceTask RAMManager uses ints for tracking amounts of memory. For tasks with >2G RAM allocated, these can overflow and cause memory usage to become incorrectly tracked and run away.

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