Bryan Beaudreault created HBASE-26727:
-----------------------------------------
Summary: Fix CallDroppedException reporting
Key: HBASE-26727
URL: https://issues.apache.org/jira/browse/HBASE-26727
Project: HBase
Issue Type: Bug
Reporter: Bryan Beaudreault
HBASE-26623 added a new metric for counting CallDroppedExceptions, but actually
was not being incremented because the exception is thrown before it ever gets
handled by the RpcServer. We need to increment the exception in the
CallRunner.drop(), where the exception is thrown.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)