Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
HADOOP-9669 Reduce the number of byte array creations and copies in XDR data manipulation
- Closed