bbeaudreault commented on a change in pull request #4088:
URL: https://github.com/apache/hbase/pull/4088#discussion_r799790965
##########
File path:
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/metrics/ExceptionTrackingSource.java
##########
@@ -62,4 +63,5 @@
void quotaExceededException();
void rpcThrottlingException();
void callDroppedException();
+ void callTimedOut();
Review comment:
I added this in this PR because it's a type of call drop that can happen
a lot under excess load. I did not roll it into callDroppedException, because
it does not manifest as a CallDroppedException on the client side.
--
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]