Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 50232 invoked from network); 11 May 2007 17:11:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2007 17:11:37 -0000 Received: (qmail 92017 invoked by uid 500); 11 May 2007 17:11:43 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 91855 invoked by uid 500); 11 May 2007 17:11:42 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 91846 invoked by uid 99); 11 May 2007 17:11:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 10:11:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 10:11:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FE39714065 for ; Fri, 11 May 2007 10:11:15 -0700 (PDT) Message-ID: <12044047.1178903475455.JavaMail.jira@brutus> Date: Fri, 11 May 2007 10:11:15 -0700 (PDT) From: "Devaraj Das (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1350) Shuffle started taking a very long time after the HADOOP-1176 fix In-Reply-To: <18319695.1178854095748.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495098 ] Devaraj Das commented on HADOOP-1350: ------------------------------------- Investigation in progress. Should have something soon. Worst case is that we go back to the hack where we don't do chunked encoding for content-length < 2GB. That will handle all typical cases and also handle the extreme cases of large content-lengths with some performance loss. > Shuffle started taking a very long time after the HADOOP-1176 fix > ----------------------------------------------------------------- > > Key: HADOOP-1350 > URL: https://issues.apache.org/jira/browse/HADOOP-1350 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.13.0 > Reporter: Devaraj Das > Assigned To: Devaraj Das > Priority: Blocker > Fix For: 0.13.0 > > > Shuffle phase started taking a very long time after the fix for HADOOP-1176. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.