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

Change ipc.Client to support asynchronous calls

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • ipc
    • None
    • Reviewed

    Description

      In ipc.Client, the underlying mechanism is already supporting asynchronous calls – the calls shares a connection, the call requests are sent using a thread pool and the responses can be out of order. Indeed, synchronous call is implemented by invoking wait() in the caller thread in order to wait for the server response.

      In this JIRA, we change ipc.Client to support asynchronous mode. In asynchronous mode, it return once the request has been sent out but not wait for the response from the server.

      Attachments

        1. HADOOP-12909-HDFS-9924.000.patch
          31 kB
          Xiaobing Zhou
        2. HADOOP-12909-HDFS-9924.001.patch
          31 kB
          Xiaobing Zhou
        3. HADOOP-12909-HDFS-9924.002.patch
          29 kB
          Xiaobing Zhou
        4. HADOOP-12909-HDFS-9924.003.patch
          63 kB
          Xiaobing Zhou
        5. HADOOP-12909-HDFS-9924.004.patch
          32 kB
          Xiaobing Zhou
        6. HADOOP-12909-HDFS-9924.005.patch
          32 kB
          Xiaobing Zhou
        7. HADOOP-12909-HDFS-9924.006.patch
          33 kB
          Xiaobing Zhou
        8. HADOOP-12909-HDFS-9924.007.patch
          33 kB
          Xiaobing Zhou
        9. HADOOP-12909-HDFS-9924.008.patch
          32 kB
          Xiaobing Zhou
        10. HADOOP-12909-HDFS-9924.009.patch
          20 kB
          Xiaobing Zhou

        Issue Links

          Activity

            People

              xiaobingo Xiaobing Zhou
              szetszwo Tsz-wo Sze
              Votes:
              0 Vote for this issue
              Watchers:
              24 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: