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

Connection object in IPC Client can not run concurrently during connection time out

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 2.0.4-alpha
    • None
    • ipc

    Description

      When one machine power off during running a job ,MRAppMaster find tasks timed out on that host and then call stop container for each container concurrently.
      But the IPC layer did it serially, for each call,the connection time out exception toke a few minutes to raise after 45 times reties. And AM hang for many hours to wait for stopContainer to finish.
      The jstack output file shows that most threads stuck at Connection.addCall waiting for a lock object hold by Connection.setupIOstreams.
      (The setupIOstreams method run slowlly becauseof connection time out during setupconnection.)

      Attachments

        1. HADOOP-9655.patch
          2 kB
          Nemon Lou

        Activity

          People

            Unassigned Unassigned
            nemon Nemon Lou
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated: