Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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
Attachments
Issue Links
- is part of
-
HDFS-9924 [umbrella] Nonblocking HDFS Access
- Open
- is related to
-
HADOOP-12957 Limit the number of outstanding async calls
- Resolved
-
HADOOP-13057 Async IPC server support
- Resolved
-
HADOOP-12969 Mark IPC.Client and IPC.Server as @Public, @Evolving
- Resolved
- relates to
-
HADOOP-11552 Allow handoff on the server side for RPC requests
- Resolved