-
Notifications
You must be signed in to change notification settings - Fork 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-17744. [ARR] getEnclosingRoot RPC adapts to async rpc. #7445
Conversation
@Hexiaoqiao @KeeProMise Sir, please help review this PR when you have free time, thanks a lot. |
💔 -1 overall
This message was automatically generated. |
Hi, @hfutatzhanghb thanks for your contribution, can you add a UT to this method? |
@KeeProMise Sir, upload unit test just the same time you suggest. Hah, Thanks a lot. |
8812a5b
to
6bd0b45
Compare
@slfan1989 @Hexiaoqiao @KeeProMise Sir, i can't see build pipeline after pushing cods. Are there some problems in build tool? Could you help me check it? Thanks |
@hfutatzhanghb Thank you for the feedback! It should be the infra team making adjustments. We can check again tomorrow. If it's still not working, I will report the issue to the infra team. |
Got it, Sir. Thanks. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@Hexiaoqiao @KeeProMise Sir, have gotten a green heart here, we can continue to review this PR, Thanks a lot. |
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.
Hi @hfutatzhanghb LGTM! @Hexiaoqiao Hi, if you have time, please help to take a look at this PR, thanks!
Fixed some comments format. |
e6cf5aa
to
373757e
Compare
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
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.
Thanks @hfutatzhanghb . Leave one nit comments inline. Others make sense to me.
...in/java/org/apache/hadoop/hdfs/server/federation/router/async/RouterAsyncClientProtocol.java
Show resolved
Hide resolved
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. +1.
Committed to trunk. Thanks @hfutatzhanghb and @KeeProMise . |
Description of PR
getEnclosingRoot RPC should also adapt to async rpc.