You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Haohui Mai (JIRA)" <ji...@apache.org> on 2013/11/26 20:16:36 UTC

[jira] [Resolved] (HDFS-5235) Remove excessive copying due to XDR

     [ https://issues.apache.org/jira/browse/HDFS-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haohui Mai resolved HDFS-5235.
------------------------------

    Resolution: Later

HDFS-5230 reimplements XDR using ByteBuffer which reduces the amount of copies. This jira now can can be seen as an improvement of the NFS gateway. It no longer needs to be a subtask of HDFS-4750 anymore.

Therefore, I'm closing it as fix later for now. Anyone is more than welcome to contribute and to reopen this jira if necessary.

> Remove excessive copying due to XDR
> -----------------------------------
>
>                 Key: HDFS-5235
>                 URL: https://issues.apache.org/jira/browse/HDFS-5235
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: nfs
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>            Priority: Minor
>
> There are several places in the current implementation that copy the data before passing it into the XDR class.
> The new code should take advantage of HADOOP-9669 by passing in a ByteBuffer into XDR to remove the copies.



--
This message was sent by Atlassian JIRA
(v6.1#6144)