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

Haohui Mai commented on HDFS-5230:
----------------------------------

Thanks [~brandonli]! New patch to address Brandon's comments.
                
> Introduce RpcInfo to decouple XDR classes from the RPC API
> ----------------------------------------------------------
>
>                 Key: HDFS-5230
>                 URL: https://issues.apache.org/jira/browse/HDFS-5230
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: nfs
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>         Attachments: HDFS-5230.002.patch, HDFS-5230.003.patch, 
> HDFS-5230.004.patch
>
>
> The XDR class is one fundamental aspect in the current implementation of NFS 
> server. While the client might potentially have a higher level APIs, it also 
> requires redundant copying since the upstream clients have insufficient 
> information.
> This JIRA introduces a new class, RpcInfo, which (1) decouples XDR from the 
> APIs, turning it into a utility class, and (2) exposes ChannelBuffer directly 
> to the client in order to open the opportunity for avoid copying.

--
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