[
https://issues.apache.org/jira/browse/HBASE-28017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Beaudreault resolved HBASE-28017.
---------------------------------------
Fix Version/s: 2.6.0
3.0.0-beta-1
2.5.7
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 2.6.0, 3.0.0-beta-1, 2.5.7
>
>
> 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)