-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-16181. [SBN Read] Fix metric of RpcRequestCacheMissAmount can't display when tailEditLog form JN #3317
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
…ay when tailEditLog form JN
💔 -1 overall
This message was automatically generated. |
@xkrogen could you help review the PR? |
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 for filing this PR! Sorry for the delay in my review, I was on vacation for some time and have been trying to catch up on a backlog since then.
The changes LGTM except one minor comment.
...project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalMetrics.java
Outdated
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
Can you address the checkstyle issue?
Previously with the LGTM other than that, the only unit test failing is |
OK, I have fixed the checkstyle, PTAL,Thanks. @xkrogen |
💔 -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
…cheMissAmount (#3317) Co-authored-by: wangzhaohui8 <wangzhaohui8@jd.com> (cherry picked from commit 232fd7cae170de8c6b52c14841a47dca8735c6d2)
Merged to trunk and backported to branch-3.3, branch-3.2, branch-3.1, branch-2.10. Thanks @wzhallright ! |
…cheMissAmount (apache#3317) Co-authored-by: wangzhaohui8 <wangzhaohui8@jd.com>
Description of PR
I found the JN turn on edit cache, but the metric of rpcRequestCacheMissAmount can not display.
JIRA: https://issues.apache.org/jira/browse/HDFS-16181