Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-3857

Memory leak in ResourceManager with SIMPLE mode

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      We register the ClientTokenMasterKey to avoid client may hold an invalid ClientToken after RM restarts. In SIMPLE mode, we register Pair<ApplicationAttemptId, null> , But we never remove it from HashMap, as unregister only runing while in Security mode, so memory leak coming.

      Attachments

        1. hadoop-yarn-server-resourcemanager.patch
          1 kB
          mujunchao
        2. YARN-3857-1.patch
          6 kB
          mujunchao
        3. YARN-3857-2.patch
          5 kB
          mujunchao
        4. YARN-3857-3.patch
          5 kB
          mujunchao
        5. YARN-3857-4.patch
          5 kB
          mujunchao

        Activity

          People

            mujunchao mujunchao
            mujunchao mujunchao
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: