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 0D843C03F for ; Wed, 13 Jun 2012 00:25:44 +0000 (UTC) Received: (qmail 83408 invoked by uid 500); 13 Jun 2012 00:25:43 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 83365 invoked by uid 500); 13 Jun 2012 00:25:43 -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 83357 invoked by uid 99); 13 Jun 2012 00:25:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 00:25:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id A23171402B5 for ; Wed, 13 Jun 2012 00:25:43 +0000 (UTC) Date: Wed, 13 Jun 2012 00:25:43 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <2004534684.9921.1339547143666.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1996390768.364.1333753336915.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-3228) Use fadvise in local 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-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294020#comment-13294020 ] Hudson commented on HDFS-3228: ------------------------------ Integrated in Hadoop-Mapreduce-trunk-Commit #2373 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2373/]) Amendment to my previous commit, fixing JIRA in CHANGES.txt from HDFS-3228 to HDFS-3428 (Revision 1349556) Result = FAILURE tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1349556 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt > Use fadvise in local read path > ------------------------------ > > Key: HDFS-3228 > URL: https://issues.apache.org/jira/browse/HDFS-3228 > Project: Hadoop HDFS > Issue Type: Improvement > Components: hdfs client, performance > Reporter: Henry Robinson > Assignee: Henry Robinson > > The read path through BlockReaderLocal does not take advantage of readahead or drop-behind in the way that BlockSender does. We could arguably stand to gain even more from hinting about read patterns to the kernel here, so we should add the same mechanisms to BlockReaderLocal. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira