Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-3343

TaskTracker Out of Memory because of distributed cache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.20.205.0
    • 1.0.1
    • mrv1

    Description

      This Out of Memory happens when you run large number of jobs (using the distributed cache) on a TaskTracker.

      Seems the basic issue is with the distributedCacheManager (instance of TrackerDistributedCacheManager in TaskTracker.java), this gets created during TaskTracker.initialize(), and it keeps references to TaskDistributedCacheManager for every submitted job via the jobArchives Map, also references to CacheStatus via cachedArchives map. I am not seeing these cleaned up between jobs, so this can out of memory problems after really large number of jobs are submitted. We have seen this issue in a number of cases.

      Attachments

        1. MAPREDUCE-3343_rev2.patch
          3 kB
          Ahmed Radwan
        2. mapreduce-3343-release-0.20.205.0.patch
          2 kB
          yunjiong zhao

        Activity

          People

            zhaoyunjiong yunjiong zhao
            ahmed.radwan Ahmed Radwan
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: