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

Remove sleep between IPC client connect timeouts

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1.0-beta
    • 2.1.0-beta
    • ipc
    • None
    • Reviewed

    Description

      HADOOP-9106 introduced a configurable retry timeout when there are socket timeouts errors.

      Since the IPC client is used by a wide variety of applications including realtime/online ones (like hbase + hdfs), we sometimes need fast fail timeouts which are < 3 seconds. Achieving such a timeout for connect is very difficult with a 1 second sleep in b/w retries. It would be good to remove this sleep.

      Attachments

        1. 9503.patch
          0.7 kB
          Varun Sharma

        Activity

          People

            varunsharma Varun Sharma
            varunsharma Varun Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: