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 0601C677E for ; Mon, 20 Jun 2011 05:32:13 +0000 (UTC) Received: (qmail 34999 invoked by uid 500); 20 Jun 2011 05:32:12 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 34850 invoked by uid 500); 20 Jun 2011 05:32:10 -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 34833 invoked by uid 99); 20 Jun 2011 05:32:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 05:32:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 05:32:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1668642378A for ; Mon, 20 Jun 2011 05:31:48 +0000 (UTC) Date: Mon, 20 Jun 2011 05:31:48 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <2102310438.19809.1308547908088.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1988537822.14239.1308300767399.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2080) Speed up DFS read 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-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051807#comment-13051807 ] Todd Lipcon commented on HDFS-2080: ----------------------------------- One bug I'm aware is probably in this is that the append code path doesn't currently deal with the case where the writer wants to use a different checksum type compared to the original block file. We probably need to change the append response to have the server tell the client which checksum to use. > Speed up DFS read path > ---------------------- > > Key: HDFS-2080 > URL: https://issues.apache.org/jira/browse/HDFS-2080 > Project: Hadoop HDFS > Issue Type: Improvement > Components: hdfs client > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.23.0 > > Attachments: hdfs-2080.txt > > > I've developed a series of patches that speeds up the HDFS read path by a factor of about 2.5x (~300M/sec to ~800M/sec for localhost reading from buffer cache) and also will make it easier to allow for advanced users (eg hbase) to skip a buffer copy. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira