Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 71286 invoked from network); 7 Mar 2007 22:55:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 22:55:46 -0000 Received: (qmail 88753 invoked by uid 500); 7 Mar 2007 22:55:54 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 88590 invoked by uid 500); 7 Mar 2007 22:55:53 -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 88579 invoked by uid 99); 7 Mar 2007 22:55:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 14:55:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 07 Mar 2007 14:55:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7625E714045 for ; Wed, 7 Mar 2007 14:55:24 -0800 (PST) Message-ID: <25360615.1173308124463.JavaMail.root@brutus> Date: Wed, 7 Mar 2007 14:55:24 -0800 (PST) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-1085) Remove 'port rolling' from Mini{DFS|MR}Cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Remove 'port rolling' from Mini{DFS|MR}Cluster ---------------------------------------------- Key: HADOOP-1085 URL: https://issues.apache.org/jira/browse/HADOOP-1085 Project: Hadoop Issue Type: Bug Components: test Affects Versions: 0.12.0 Reporter: Arun C Murthy Assigned To: Arun C Murthy Priority: Critical Fix For: 0.12.1 The rolling of ports in these 2 clusters lead to a lot of timing issues and failed test cases; as witnessed in our patch process. The way around is to let the OS pick the port for the NameNode/JobTracker and let the the DataNode/TaskTracker query them for the port to connect to and then use that port. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.