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

Connection timeouts to nodemanagers are retried at multiple levels

    XMLWordPrintableJSON

Details

    Description

      The IPC layer will retry connection timeouts automatically (see Client.java), but we are also retrying them with YARN's RetryPolicy put in place when the NM proxy is created. This causes a two-level retry mechanism where the IPC layer has already retried quite a few times (45 by default) for each YARN RetryPolicy error that is retried. The end result is that NM clients can wait a very, very long time for the connection to finally fail.

      Attachments

        1. YARN-3238.001.patch
          1.0 kB
          Jason Darrell Lowe

        Issue Links

          Activity

            People

              jlowe Jason Darrell Lowe
              jlowe Jason Darrell Lowe
              Votes:
              0 Vote for this issue
              Watchers:
              16 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: