[ 
https://issues.apache.org/jira/browse/HBASE-6966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621552#comment-13621552
 ] 

stack commented on HBASE-6966:
------------------------------

[~devaraj] You think this still pertinent DD?  It won't apply now rpc has been 
refactored.  New rpc has two means of compressing -- either via encoding of 
passed blocks or by compressing rpc blocks (see the ipcutil that is used by 
client and server building cellblocks... it takes codec and optional 
compressor: 
http://hbase.apache.org/xref/org/apache/hadoop/hbase/ipc/IPCUtil.html#79)  What 
we don't have as yet is an enveloping compression -- i.e. wrapping what we put 
on the wire in a compression.  Was thinking, as per Elliott suggestion, that we 
just wait till we have something like netty in the mix and just ask it to do it 
for us.


                
> "Compressed RPCs for HBase" (HBASE-5355) port to trunk
> ------------------------------------------------------
>
>                 Key: HBASE-6966
>                 URL: https://issues.apache.org/jira/browse/HBASE-6966
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>             Fix For: 0.95.0
>
>         Attachments: 6966-1.patch, 6966-v1.1.txt, 6966-v1.2.txt, 6966-v2.txt
>
>
> This jira will address the port of the compressed RPC implementation to 
> trunk. I am expecting the patch to be significantly different due to the PB 
> stuff in trunk, and hence filed a separate jira.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to