Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 41276 invoked from network); 6 Sep 2010 22:45:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Sep 2010 22:45:55 -0000 Received: (qmail 42433 invoked by uid 500); 6 Sep 2010 22:45:55 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 42353 invoked by uid 500); 6 Sep 2010 22:45:55 -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 42344 invoked by uid 99); 6 Sep 2010 22:45:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 22:45:54 +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; Mon, 06 Sep 2010 22:45:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o86MjXof008107 for ; Mon, 6 Sep 2010 22:45:34 GMT Message-ID: <19012266.46061283813133772.JavaMail.jira@thor> Date: Mon, 6 Sep 2010 18:45:33 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2051) Contribute a fair scheduler preemption system test In-Reply-To: <32176260.3001283471254437.JavaMail.jira@thor> 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-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated MAPREDUCE-2051: ----------------------------------- Status: Patch Available (was: Open) Oops, forgot to hit Submit Patch. This test is nothing fancy, but when run with jcarder it at least exercises the "real" code paths so will pick up inconsistent lock orderings which often creep in in the JT with respect to the scheduler (JT, Scheduler, JIP, and TIP locks in particular) > Contribute a fair scheduler preemption system test > -------------------------------------------------- > > Key: MAPREDUCE-2051 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2051 > Project: Hadoop Map/Reduce > Issue Type: Test > Components: contrib/fair-share > Affects Versions: 0.22.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Attachments: mapreduce-2051.txt > > > We've seen a number of bugs in the fair share scheduler not caught by its unit tests, which are heavily mock-based. This JIRA is to add an integration/system/stress test for the fairshare scheduler. This test can help identify races and deadlocks, and when run within the jcarder framework has identified several potential deadlocks for us that aren't turned up running small scale testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.