-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-17262 Fixed the verbose log.warn in DFSUtil.addTransferRateMetric(). #6290
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
Contributed by Ravindra Dingankar <rdingankar@linkedin.com>.
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
TestDirectoryScanner unit test is failing non-deterministically (For example, it happened in #6266 as well). Besides, we did not touch anything specific to hdfs. It shouldn't be a concern for this PR. @goiri / @ZanderXu / @bbeaudreault can you give a look? |
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. Leave one nit comment inline. Will +1 once fix. Thanks.
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.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 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.
LGTM.
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. thanks for making this change upstream.
Thanks! |
@Hexiaoqiao, could you take another look and push this PR into trunk? Thanks, |
💔 -1 overall
This message was automatically generated. |
LGTM. But some unit tests failed at last time, I try to trigger CI manually, let's wait what it will say this time. Thanks. |
That is a good catch. Did not notice there are two builds after my latest commit. Let's wait for a new build. |
🎊 +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.
LGTM. +1.
Committed to trunk. Thanks all for your contributions! |
Thanks @Hexiaoqiao for merging! Checked out the commit from trunk branch and saw "Contributed by" was changed from "Ravindra Dingankar rdingankar@linkedin.com." to myself, which was unexpected. I intentionally put "Contributed by Rav" in the commit message. I should have communicated this to @Hexiaoqiao before he merges the PR. The change was originally created by Rav and I just helped contribute it back to open-source while he was on a vacation.
cc @rdingankar |
Hi @xinglin @rdingankar , It's not too bad, I will mark rdingankar as Contributor at JIRA, and keep git message this time if you don't mind. Because revert and checkin code repo again is not very good type when it was not very critical issue. What do you think about? Thanks again. |
Sounds good. I wasn't suggesting to revert/overwrite this commit. Just wanted to put a note here to make it clear it was contributed by rav instead of me. Rav was aware that I was doing this on his behalf. |
…ddTransferRateMetric(). (apache#6290). Contributed by Xing Lin. Reviewed-by: Ravindra Dingankar <rdingankar@linkedin.com> Reviewed-by: Simbarashe Dzinamarira <sdzinamarira@linkedin.com> Reviewed-by: Tao Li <tomscut@apache.org> Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
…ic(). (apache#6290). Contributed by Xing Lin. Reviewed-by: Ravindra Dingankar <rdingankar@linkedin.com> Reviewed-by: Simbarashe Dzinamarira <sdzinamarira@linkedin.com> Reviewed-by: Tao Li <tomscut@apache.org> Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
Description of PR
Fixed the verbose log.warn in DFSUtil.addTransferRateMetric().
Contributed by Ravindra Dingankar rdingankar@linkedin.com.
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?