Bryan Beaudreault created HBASE-28017:
-----------------------------------------
Summary: Client metrics are missing response and request size data
when using netty
Key: HBASE-28017
URL: https://issues.apache.org/jira/browse/HBASE-28017
Project: HBase
Issue Type: Bug
Reporter: Bryan Beaudreault
CallStats.setResponseSizeBytes and setRequestSizeBytes are only called in
BlockingRpcConnection. So the rpcCallResponseSizeBytes_ and
rpcCallRequestSizeBytes_ values are all zeroes when using netty (our default).
We might need to add some calls to it in NettyRpcDuplexHandler.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)