Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 8465 invoked from network); 18 May 2010 23:27:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 23:27:19 -0000 Received: (qmail 2505 invoked by uid 500); 18 May 2010 23:27:19 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 2447 invoked by uid 500); 18 May 2010 23:27:19 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 2439 invoked by uid 99); 18 May 2010 23:27:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 23:27:19 +0000 X-ASF-Spam-Status: No, hits=-1441.4 required=10.0 tests=ALL_TRUSTED,AWL 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, 18 May 2010 23:27:18 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4INQwae022158 for ; Tue, 18 May 2010 23:26:58 GMT Message-ID: <14853724.841274225218120.JavaMail.jira@thor> Date: Tue, 18 May 2010 19:26:58 -0400 (EDT) From: "Konstantin Boudnik (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6760) WebServer shouldn't increase port number in case of negative port setting caused by Jetty's race In-Reply-To: <17436829.8001273601621435.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/HADOOP-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Boudnik updated HADOOP-6760: --------------------------------------- Status: Patch Available (was: Open) Patch is the same except for CHANGES.txt mods. Re verifying nonetheless. > WebServer shouldn't increase port number in case of negative port setting caused by Jetty's race > ------------------------------------------------------------------------------------------------ > > Key: HADOOP-6760 > URL: https://issues.apache.org/jira/browse/HADOOP-6760 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.20.3 > Reporter: Konstantin Boudnik > Assignee: Konstantin Boudnik > Fix For: 0.21.0 > > Attachments: HADOOP-6760.0.20.patch, HADOOP-6760.0.20.patch, HADOOP-6760.0.20.patch, HADOOP-6760.patch, HADOOP-6760.patch, HADOOP-6760.patch > > > When a negative port is assigned to a webserver socket (because of a race inside of the Jetty server) the workaround from HADOOP-6386 is increasing the original port number on the next bind attempt. Apparently, this is an incorrect logic and next bind attempt should happen on the same port number if possible. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.