Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AE99CEB3 for ; Sun, 20 May 2012 04:36:45 +0000 (UTC) Received: (qmail 60006 invoked by uid 500); 20 May 2012 04:36:44 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 59634 invoked by uid 500); 20 May 2012 04:36:43 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 59602 invoked by uid 99); 20 May 2012 04:36:42 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2012 04:36:42 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 7D42A14035B for ; Sun, 20 May 2012 04:36:42 +0000 (UTC) Date: Sun, 20 May 2012 04:36:40 +0000 (UTC) From: "Luke Lu (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <483587275.597.1337488602515.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Luke Lu created MAPREDUCE-4271: ---------------------------------- Summary: Make TestCapacityScheduler more robust with non-Sun JDK Key: MAPREDUCE-4271 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271 Project: Hadoop Map/Reduce Issue Type: Bug Components: contrib/capacity-sched Affects Versions: 1.0.3 Reporter: Luke Lu Assignee: Luke Lu The capacity scheduler queue is initialized with a HashMap, the values of which are later added to a list (a queue for assigning tasks). TestCapacityScheduler depends on the order of the list hence not portable across JDKs. -- 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