-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-15561. RBF: Remove NPE when local namenode is not configured #2954
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
Conversation
|
🎊 +1 overall
This message was automatically generated. |
Hexiaoqiao
left a comment
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 @fengnanli for your works. It makes sense to me about to fix NPE for local namenode.
I find it involves some metric improvement. IMO it is better to split it to another PR to do that. Thanks.
|
Thanks for the review @Hexiaoqiao I accidentally checked out this branch from another WIP branch. Rebase it on the latest trunk now. |
|
💔 -1 overall
This message was automatically generated. |
|
@fengnanli unit test TestRouterWebHdfsMethods run failed. Would you mind to check it or trigger Yetus again? |
Yes, I checked this test locally and it works fine. Even for the first commit it succeeded. |
I further checked and found this sometimes doesn't work in local env as well. It looks like a flaky test but irrelevant to this path. I am working on fixing it. |
|
@Hexiaoqiao I fixed the tests and it is not related with this jira though. Let me know if want me to create a separate task or just piggyback here since it is a one-liner fix. |
|
🎊 +1 overall
This message was automatically generated. |
Hexiaoqiao
left a comment
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 @fengnanli for your works.
LGTM. +1 from my side. Will commit shortly if no other objections.
…ache#2954). Contributed by Fengnan Li. Reviewed-by: He Xiaoqiao <[email protected]>
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute