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 D328CD683 for ; Fri, 27 Jul 2012 12:42:36 +0000 (UTC) Received: (qmail 45369 invoked by uid 500); 27 Jul 2012 12:42:35 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 45305 invoked by uid 500); 27 Jul 2012 12:42:35 -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 45128 invoked by uid 99); 27 Jul 2012 12:42:35 -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 12:42:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 626B814285B for ; Fri, 27 Jul 2012 12:42:35 +0000 (UTC) Date: Fri, 27 Jul 2012 12:42:35 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1780730694.110266.1343392955405.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1018787558.28640.1341934055704.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13423842#comment-13423842 ] Hudson commented on MAPREDUCE-4423: ----------------------------------- Integrated in Hadoop-Hdfs-0.23-Build #326 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/326/]) MAPREDUCE-4423. Potential infinite fetching of map output (Robert Evans via tgraves) (Revision 1366263) Result = SUCCESS tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1366263 Files : * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/Fetcher.java * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/task/reduce/TestFetcher.java > 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.1.0-alpha, 3.0.0 > Reporter: Robert Joseph Evans > Assignee: Robert Joseph Evans > Priority: Critical > Fix For: 0.23.3, 3.0.0, 2.2.0-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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira