Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 47423 invoked from network); 11 May 2010 21:10:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 21:10:07 -0000 Received: (qmail 4277 invoked by uid 500); 11 May 2010 21:10:07 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 4253 invoked by uid 500); 11 May 2010 21:10:07 -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 4245 invoked by uid 99); 11 May 2010 21:10:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 21:10:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 21:10:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4BL9h2U011874 for ; Tue, 11 May 2010 21:09:44 GMT Message-ID: <5844562.12521273612183822.JavaMail.jira@thor> Date: Tue, 11 May 2010 17:09:43 -0400 (EDT) From: "Scott Chen (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1764) FairScheduler locality delay may put heavy pressure on Jobtracker In-Reply-To: <27383621.20421273190868538.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866336#action_12866336 ] Scott Chen commented on MAPREDUCE-1764: --------------------------------------- One option is to cache the searched result for each TT. So next time we directly skip the TT without the allowed locality level. What do you think? > FairScheduler locality delay may put heavy pressure on Jobtracker > ----------------------------------------------------------------- > > Key: MAPREDUCE-1764 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1764 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.22.0 > Reporter: Scott Chen > Assignee: Dmytro Molkov > Fix For: 0.22.0 > > > FairScheduler locality delay feature holds the scheduling of jobs until it gets good locality. > This greatly improves the locality of the tasks. Reduce the cost of traffic. > We have observed the following problem on FairScheduler locality delay: > We have some machines have older data and some newly added machines do not have important data. > When these machines send heartbeat, JT scans tasks to find jobs has the right locality. > Often time, these machines will scan all of the tasks of all the jobs and do not get any tasks. > Scanning all the tasks on the JT is very costly. This makes JT very slow. > And these machines often time do not get scheduled. This hurts the cluster utilization. > Any ideas? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.