Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-10585

Retry polices ignore interrupted exceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.0.0-alpha, 3.0.0-alpha1
    • 2.5.0
    • ipc
    • None

    Description

      Retry polices should not use ThreadUtil.sleepAtLeastIgnoreInterrupts. This prevents FsShell commands from being aborted during retries. It also causes orphaned webhdfs DN DFSClients to keep running after the webhdfs client closes the connection. Jetty goes into a loop constantly sending interrupts to the handler thread. Webhdfs retries cause multiple nodes to have these orphaned clients. The DN cannot shutdown until orphaned clients complete.

      Attachments

        1. HADOOP-10585.patch
          6 kB
          Daryn Sharp

        Activity

          People

            daryn Daryn Sharp
            daryn Daryn Sharp
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: