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

IPC connection is orphaned with null 'out' member

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.23.0
    • 0.23.0
    • ipc
    • None
    • Reviewed

    Description

      We had a situation a JT ended up in a state where a certain user could not submit a job, due to an NPE on the following line in sendParam:

      synchronized (Connection.this.out) {
      

      Looking at the code, my guess is that an RTE was thrown in setupIOstreams, which only catches IOE. This could leave the connection in a half-setup state which is never cleaned up and also cannot perform IPCs.

      Attachments

        1. hadoop-7428.txt
          4 kB
          Todd Lipcon

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: