[ https://issues.apache.org/jira/browse/HDFS-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113613#comment-14113613 ]
Hadoop QA commented on HDFS-3529: --------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org against trunk revision c4c9a78. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/7813//console This message is automatically generated. > Use direct buffers for data in write path > ----------------------------------------- > > Key: HDFS-3529 > URL: https://issues.apache.org/jira/browse/HDFS-3529 > Project: Hadoop HDFS > Issue Type: Improvement > Components: datanode, performance > Affects Versions: 2.0.0-alpha > Reporter: Todd Lipcon > Assignee: Trevor Robinson > Attachments: HDFS-3529.patch, dfsio-x86-trunk-vs-3529.png > > > The write path currently makes several unnecessary data copies in order to go > to and from byte arrays. We can improve performance by using direct byte > buffers to avoid the copy. This is also a prerequisite for native checksum > calculation (HDFS-3528) -- This message was sent by Atlassian JIRA (v6.2#6252)