You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Huaxiang Sun (Jira)" <ji...@apache.org> on 2021/03/05 19:39:00 UTC

[jira] [Created] (HBASE-25640) Support hbase rpc compression for remote rpc only

Huaxiang Sun created HBASE-25640:
------------------------------------

             Summary: Support hbase rpc compression for remote rpc only
                 Key: HBASE-25640
                 URL: https://issues.apache.org/jira/browse/HBASE-25640
             Project: HBase
          Issue Type: Improvement
          Components: rpc
    Affects Versions: 2.3.4
            Reporter: Huaxiang Sun
            Assignee: Huaxiang Sun


The purpose of Rpc compression is to save network bandwidth. For local communication (both hbase client and RS are on the same node), rpc compression is unnecessary as local communication is memory copy only and does not go through nic. Rpc compression for local communication will be a waste of cpu computation power as compress/decompress is cpu intensive. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)