-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-17042 Add rpcCallSuccesses and OverallRpcProcessingTime to RpcMetrics for Namenode (#5730) #5804
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
…trics for Namenode (apache#5730)
💔 -1 overall
This message was automatically generated. |
mvn install command failed, due to some transient network connection issue.
Able to build locally.
Made a couple of empty commits, to trigger multiple builds. |
🎊 +1 overall
This message was automatically generated. |
The two checkstyle warnings are because we normally do not add
@goiri, could you help merge this PR into branch-3.3 as well? thanks, |
@goiri, ping for review. |
…trics for Namenode (apache#268) * HDFS-17042 Add rpcCallSuccesses and OverallRpcProcessingTime to RpcMetrics for Namenode (apache#5730) (apache#5804) --------- Co-authored-by: Xing Lin <linxingnku@gmail.com>
…
Description of PR
Backport of HDFS-17042 from trunk to branch-3.3. Almost clean cherry-pick with a small conflict in RpcMetrics.java (rpcRequeueCalls metric has not been backported to branch-3.3 yet. Removed from this backport.).
How was this patch tested?