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

IPC.Client connect timeout should be configurable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 0.18.0
    • None
    • ipc
    • None

    Description

      In ipc.Client.setupIOStreams, the connect timeout is hard-coded to 20 seconds

      // connection time out is 20s
      this.socket.connect(remoteId.getAddress(), 20000);

      This could be made configurable for deployments where a longer connect time is desired, or where a shorter connect time would detect failure faster.

      Attachments

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: