Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69EC191A7 for ; Tue, 6 Mar 2012 08:53:20 +0000 (UTC) Received: (qmail 44186 invoked by uid 500); 6 Mar 2012 08:53:20 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 43923 invoked by uid 500); 6 Mar 2012 08:53:19 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 43913 invoked by uid 99); 6 Mar 2012 08:53:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 08:53:19 +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; Tue, 06 Mar 2012 08:53:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 56C2FB767 for ; Tue, 6 Mar 2012 08:52:58 +0000 (UTC) Date: Tue, 6 Mar 2012 08:52:58 +0000 (UTC) From: "Todd Lipcon (Resolved) (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: <635138119.26615.1331023978356.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <13037074.26582.1331023860648.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HDFS-3053) Support for true zero-copy (mmap-based) reads MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-3053. ------------------------------- Resolution: Duplicate looks like Dhruba filed this at the same time I did. Resolving as dup of HDFS-3051 > Support for true zero-copy (mmap-based) reads > --------------------------------------------- > > Key: HDFS-3053 > URL: https://issues.apache.org/jira/browse/HDFS-3053 > Project: Hadoop HDFS > Issue Type: New Feature > Components: hdfs client > Reporter: Todd Lipcon > > Continuing a discussion started in HDFS-2834, it would be slick to provide support for a true zero-copy read API. In this style API, rather than having the user pass buffers to read into, the DFS client would provide buffers to the user. This allows the client to pass slices of mmaped blocks, for example, which can cut one or two copies out of many read scenarios. -- 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