You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2023/08/11 20:48:00 UTC

[jira] [Created] (HBASE-28017) Client metrics are missing response and request size data when using netty

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)