Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EED8D117E3 for ; Thu, 28 Aug 2014 10:13:00 +0000 (UTC) Received: (qmail 9736 invoked by uid 500); 28 Aug 2014 10:13:00 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 9692 invoked by uid 500); 28 Aug 2014 10:13:00 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 9680 invoked by uid 99); 28 Aug 2014 10:13:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 10:13:00 +0000 Date: Thu, 28 Aug 2014 10:13:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-3529) Use direct buffers for data in write path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113631#comment-14113631 ] 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/7819//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)