Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 E21BED100 for ; Fri, 27 Jul 2012 05:35:38 +0000 (UTC) Received: (qmail 67757 invoked by uid 500); 27 Jul 2012 05:35:38 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 67536 invoked by uid 500); 27 Jul 2012 05:35:37 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 67295 invoked by uid 99); 27 Jul 2012 05:35:37 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 05:35:37 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 62597140B94 for ; Fri, 27 Jul 2012 05:35:37 +0000 (UTC) Date: Fri, 27 Jul 2012 05:35:37 +0000 (UTC) From: "Siddharth Seth (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1786601758.109493.1343367337406.JavaMail.jiratomcat@issues-vm> In-Reply-To: <330348378.28383.1319760572342.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-3289) Make use of fadvise in the NM's shuffle handler 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/MAPREDUCE-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated MAPREDUCE-3289: -------------------------------------- Attachment: MR3289_trunk.txt Patch for trunk. Needs some more work for the recent ssl changes. Also needs some testing. I'm not sure if this is the best way to do this with Netty. Would like some feedback. > Make use of fadvise in the NM's shuffle handler > ----------------------------------------------- > > Key: MAPREDUCE-3289 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3289 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: mrv2, nodemanager, performance > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Attachments: 3289-1.txt, 3289-2.txt, MAPREDUCE-3289.branch-1.patch, MR3289_trunk.txt, mr-3289.txt > > > Using the new NativeIO fadvise functions, we can make the NodeManager prefetch map output before it's send over the socket, and drop it out of the fs cache once it's been sent (since it's very rare for an output to have to be re-sent). This improves IO efficiency and reduces cache pollution. -- 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