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)

Reply via email to