You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/05/06 05:26:29 UTC

[jira] [Updated] (HADOOP-11435) refine HttpServer2 port retry detail

     [ https://issues.apache.org/jira/browse/HADOOP-11435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer updated HADOOP-11435:
--------------------------------------
    Labels: BB2015-05-TBR  (was: )

> refine HttpServer2 port retry detail
> ------------------------------------
>
>                 Key: HADOOP-11435
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11435
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>            Reporter: Liang Xie
>            Assignee: Liang Xie
>              Labels: BB2015-05-TBR
>         Attachments: HADOOP-11435-001.txt
>
>
> Current port retry could reach out the max port number.  the style is:
> while(true)
> {
> ++port;
> sleep(100);
> }
> let's ensure the retry port be picked from a normal range always.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)