-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDFS-17544. [ARR] The router client rpc protocol PB supports asynchrony. #6870
Conversation
@KeeProMise Hi, sir. The code in this PR contains HDFS-17543's change. Can we seperate them for better reviewing. |
@hfutatzhanghb Hi, It does include HDFS-17543. The main reason is that this PR needs to use AsyncUtil of HDFS-17543. We should first review and merge HDFS-17543 and then review this PR. Before HDFS-17543 is merged, this PR is only used as an example of subsequent use of AsyncUtil. |
@goiri @simbadzina @Hexiaoqiao @sjlee @ayushtkn |
Modifications related to ipc.client, please see to HADOOP-19235 .#6888 |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@goiri @simbadzina @Hexiaoqiao @sjlee @ayushtkn @haiyang1987 @ZanderXu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, if no comments here, please help to merge it, thanks! |
Committed to HDFS-17531, Thanks @KeeProMise ! |
@Hexiaoqiao Thank you for your review and merge! |
…ny. (apache#6870). Contributed by Jian Zhang. Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
…ny. (apache#6870). Contributed by Jian Zhang. Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
…ny. (apache#6870). Contributed by Jian Zhang. Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
…ny. (apache#6870). Contributed by Jian Zhang. Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
…ny. (apache#6870). Contributed by Jian Zhang. Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
Description of PR
Please see : https://issues.apache.org/jira/browse/HDFS-17544
NOTE:
This is a sub-pull request (PR) related to HDFS-17531(Asynchronous router RPC). For more details or context, please refer to the main issue HDFS-17531
More detailed documentation: HDFS-17531 Router asynchronous rpc implementation.pdf and Aynchronous router.pdf
How was this patch tested?
new UTs:
1.TestAsyncRpcProtocolPBUtil
2.TestRouterClientSideTranslatorPB
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?