wzhallright commented on a change in pull request #3317:
URL: https://github.com/apache/hadoop/pull/3317#discussion_r707944172
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalMetrics.java
##########
@@ -52,11 +52,7 @@
MutableCounterLong bytesServedViaRpc;
@Metric
- MutableStat rpcRequestCacheMissAmount = new MutableStat(
- "RpcRequestCacheMissAmount", "Number of RPC requests unable to be " +
- "served due to lack of availability in cache, and how many " +
- "transactions away the request was from being in the cache.",
- "Misses", "Txns");
+ MutableStat rpcRequestCacheMissAmount;
Review comment:
Thanks for review! You are right, I will remove it later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]