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

AppLogAggregatorImpl thread leak

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.4.0
    • None
    • log-aggregation
    • None

    Description

      In hadoop 2.4.0
      NM always have 100+ AppLogAggregatorImpl threads running,
      Normally,only 20+ containers will running all time,so if there is any issue about the AppLogAggregator leak.
      I observe these threads is all waiting,because the logic of code is:
      While(If not appFinshed)
      Wait(1s);
      More details in comments.

      Attachments

        1. logAggr-leak.png
          63 kB
          袁枫

        Activity

          People

            Unassigned Unassigned
            Feng Yuan 袁枫
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: