Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 21634 invoked from network); 2 May 2006 04:30:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 04:30:19 -0000 Received: (qmail 92564 invoked by uid 500); 2 May 2006 04:30:18 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 92443 invoked by uid 500); 2 May 2006 04:30:18 -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 92434 invoked by uid 99); 2 May 2006 04:30:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 21:30:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 21:30:17 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1608B7142B7 for ; Tue, 2 May 2006 04:29:47 +0000 (GMT) Message-ID: <16945295.1146544187087.JavaMail.jira@brutus> Date: Tue, 2 May 2006 04:29:47 +0000 (GMT+00:00) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-186) communication problems in the task tracker cause long latency In-Reply-To: <18785389.1146543706369.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-186?page=comments#action_12377316 ] Owen O'Malley commented on HADOOP-186: -------------------------------------- I should add that there are other, as yet undiscovered sources of long latency in the TaskTracker. We've seen pings and progress calls that take 5 minutes to complete. This patch does not solve that problem at all. > communication problems in the task tracker cause long latency > ------------------------------------------------------------- > > Key: HADOOP-186 > URL: http://issues.apache.org/jira/browse/HADOOP-186 > Project: Hadoop > Type: Bug > Components: mapred > Versions: 0.1.1 > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Fix For: 0.2 > Attachments: task-tracker-loop-isolation.patch > > The Task Tracker's offerService loop has no protection from exceptions, so that any communication problems with the Job Tracker, such as RPC timeouts, cause the TaskTracker to sleep 5 seconds and start again at the top of the loop. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira