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

default rm/am expire interval should not be smaller than default resourcemanager connect wait time

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • client

    Description

      take am for example, if am can't connect to RM, after am expire (600s), RM relaunch am, and there will be two am at the same time util resourcemanager connect max wait time(900s) passed.

      DEFAULT_RESOURCEMANAGER_CONNECT_MAX_WAIT_MS = 15 * 60 * 1000;
      DEFAULT_RM_AM_EXPIRY_INTERVAL_MS = 600000;
      DEFAULT_RM_NM_EXPIRY_INTERVAL_MS = 600000;

      Attachments

        1. YARN-3518.004.patch
          15 kB
          sandflee
        2. YARN-3518.003.patch
          14 kB
          sandflee
        3. YARN-3518.002.patch
          14 kB
          sandflee
        4. YARN-3518.001.patch
          0.9 kB
          sandflee

        Issue Links

          Activity

            People

              sandflee sandflee
              sandflee sandflee
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated: