hbase/hbase-thrift
Richard Marscher 0001ad6b8b HBASE-26623 Report CallDroppedException in exception metrics (#3980)
`CallDroppedException` can be thrown with `CallRunner.drop()` by queue implementations that decide to drop calls to groom the RPC call backlog. The LifoCoDel queue does this I believe and with Pluggable queue it's possible for 3rd party queue implementations to be using `drop()` for similar reasons. It would be nice for the server to be tracking these exceptions in metrics since otherwise you might have to do some extra lifting on the client side.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Reviewed-by: Bryan Beaudreault <bbeaudreault@hubspot.com>
2021-12-30 00:05:12 +08:00
..
src HBASE-26623 Report CallDroppedException in exception metrics (#3980) 2021-12-30 00:05:12 +08:00
pom.xml HBASE-25568 Upgrade Thrift jar to fix CVE-2020-13949 (#3083) 2021-03-26 09:33:02 +05:30