-
Notifications
You must be signed in to change notification settings - Fork 8.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-15892. Add metric for editPendingQ in FSEditLogAsync #2770
Conversation
💔 -1 overall
This message was automatically generated. |
Hi @daryn-sharp @umamaheswararao , could you please help review the code? |
Hi @tasanuma @dineshchitlangia , could you please help review the code? |
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.
@tomscut Thanks for working on this, and sorry for the late reply. I left some minor comments.
...adoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/metrics/NameNodeMetrics.java
Outdated
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
Those failed unit tests are unrelated to the change, they work fine locally. |
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 updating the PR, @tomscut.
The checkstyle issue is the same as other metrics. +1.
Merged it. Thanks for your contribution, @tomscut! |
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org> (cherry picked from commit 4bd0412)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org> (cherry picked from commit 4bd0412)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
JIRA: HDFS-15892
To monitor editPendingQ in FSEditLogAsync, we add a metric and print log when the queue is full.