Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 E02A5725C for ; Wed, 26 Oct 2011 23:35:53 +0000 (UTC) Received: (qmail 22477 invoked by uid 500); 26 Oct 2011 23:35:53 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 22452 invoked by uid 500); 26 Oct 2011 23:35:53 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 22444 invoked by uid 99); 26 Oct 2011 23:35:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 23:35:53 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Wed, 26 Oct 2011 23:35:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6FFD431DC6A for ; Wed, 26 Oct 2011 23:33:33 +0000 (UTC) Date: Wed, 26 Oct 2011 23:33:33 +0000 (UTC) From: "Todd Lipcon (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1208620654.21564.1319672013460.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1649431059.3517.1318904650634.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7753) Support fadvise and sync_data_range in NativeIO, add ReadaheadPool class 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/HADOOP-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-7753: -------------------------------- Attachment: hadoop-7753.txt slight improvement to test cases so that, if you run tests on a platform without these calls, it will just skip the test instead of failing the test. I ran tests and they passed. Thanks for the reviews, Nathan. I think Eli was also taking a look at this, so I'll wait on his cue to commit. > Support fadvise and sync_data_range in NativeIO, add ReadaheadPool class > ------------------------------------------------------------------------ > > Key: HADOOP-7753 > URL: https://issues.apache.org/jira/browse/HADOOP-7753 > Project: Hadoop Common > Issue Type: Sub-task > Components: io, native > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Attachments: hadoop-7753.txt, hadoop-7753.txt, hadoop-7753.txt, hadoop-7753.txt > > > This JIRA adds JNI wrappers for sync_data_range and posix_fadvise. It also implements a ReadaheadPool class for future use from HDFS and MapReduce. -- 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