[ 
https://issues.apache.org/jira/browse/HDFS-17552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17867739#comment-17867739
 ] 

ASF GitHub Bot commented on HDFS-17552:
---------------------------------------

szetszwo commented on PR #6888:
URL: https://github.com/apache/hadoop/pull/6888#issuecomment-2242735205

   > This JIRA is a subtask of hdfs asynchronous router 
[[HDFS-17531](https://issues.apache.org/jira/browse/HDFS-17531)].
   
   @KeeProMise , we usually create HADOOP JIRAs and then link them to 
HDFS-17531 instead of creating them as HDFS subtasks.  If there are many HADOOP 
JIRAs, we may create an umbrella HADOOP JIRA and then link the umbrella JIRA.




> [ARR] IPC client uses CompletableFuture to support asynchronous operations.
> ---------------------------------------------------------------------------
>
>                 Key: HDFS-17552
>                 URL: https://issues.apache.org/jira/browse/HDFS-17552
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Jian Zhang
>            Assignee: Jian Zhang
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HDFS-17552.patch
>
>
> h3. Description
> In the implementation of asynchronous Ipc.client, the main methods used 
> include HADOOP-13226, HDFS-10224, etc.
> However, the existing implementation does not support `CompletableFuture`; 
> instead, it relies on setting up callbacks, which can lead to the "callback 
> hell" problem. Using `CompletableFuture` can better organize asynchronous 
> callbacks. Therefore, on the basis of the existing implementation, by using 
> `CompletableFuture`, once the `client.call` is completed, the asynchronous 
> thread handles the response of this call without blocking the main thread.
>  
> *Test*
> new UT  TestAsyncIPC#testAsyncCallWithCompletableFuture()



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to