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 3B20C9E74 for ; Thu, 11 Oct 2012 17:50:03 +0000 (UTC) Received: (qmail 27873 invoked by uid 500); 11 Oct 2012 17:49:59 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 27832 invoked by uid 500); 11 Oct 2012 17:49:59 -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 27793 invoked by uid 99); 11 Oct 2012 17:49:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 17:49:59 +0000 Date: Thu, 11 Oct 2012 17:49:59 +0000 (UTC) From: "Arun C Murthy (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1830275075.31149.1349977799582.JavaMail.jiratomcat@arcas> In-Reply-To: <1018787558.28640.1341934055704.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Closed] (MAPREDUCE-4423) Potential infinite fetching of map output 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-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy closed MAPREDUCE-4423. ------------------------------------ > Potential infinite fetching of map output > ----------------------------------------- > > Key: MAPREDUCE-4423 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4423 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.3, 2.0.0-alpha, 3.0.0 > Reporter: Robert Joseph Evans > Assignee: Robert Joseph Evans > Priority: Critical > Fix For: 0.23.3, 2.0.2-alpha > > Attachments: MR-4423-branch-0.23.txt, MR-4423-trunk.txt, MR-4423-trunk.txt, MR-4423.txt, MR-4423.txt, MR-4423.txt > > > Inside Fetcher.java there are a few cases where an error can happen and the corresponding map task is not marked as a fetch failure. One of these is if the Shuffle server returns a malformed result. > MAPREDUCE-3992 makes this case a lot less common, but it is still possible. IF the shuffle handler always returns a malformed result, but a OK response the Fetcher will never stop trying to fetch those results. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira