-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-15884. RBF: Remove unused method getCreateLocation in RouterRpcS… #2754
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
|
Hi @ayushtkn , can we remove this method |
ayushtkn
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.
Should be yes, if it isn't used anywhere, The build isn't happy, can you rebase and push again?
If things are good post that we can push this
Thanks @ayushtkn for the review, I rebased and pushed again. |
|
Failed junit tests This failed unit tests is unrelated to the change, and it works fine locally. |
ayushtkn
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.
Changes LGTM,
I have triggered the build once again, hopefully we might get a green build.
Will commit by tomorrow if no objections.
Thanks @ayushtkn . |
…uterRpcServer (#2754). Contributed by tomscut." This reverts commit e565b05. The removed method needs to be used in HDFS-15423.
…erver (apache#2754). Contributed by tomscut.
…uterRpcServer (apache#2754). Contributed by tomscut." This reverts commit e565b05. The removed method needs to be used in HDFS-15423.
JIRA: HDFS-15884
Remove unused method
org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer#getCreateLocation.