Reidddddd commented on a change in pull request #2585:
URL: https://github.com/apache/hbase/pull/2585#discussion_r513916033
##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
##########
@@ -1254,8 +1255,10 @@ private boolean processAllResponses(final Connection
connection) throws IOExcept
if (call == null) {
return true;
}
+ metrics.removeCallFromResponseQueue(call.response.getRemaining());
Review comment:
If the response queue is empty at the beginning, call will be directly
processed. After processed, the metrics will become -1.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]