Haohui Mai created HADOOP-9967: ---------------------------------- Summary: Zero copies in hdfs-nfs Key: HADOOP-9967 URL: https://issues.apache.org/jira/browse/HADOOP-9967 Project: Hadoop Common Issue Type: Improvement Reporter: Haohui Mai
There are multiple copies in the NFS request / response paths. For example, The RPCFrameDecoder class always copies the data. Currently these copies are mandatory, due to the inflexibilities of several internal APIs. Using the ChannelBuffer class in the APIs should these excessive copies in the NFS path. -- 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