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

Liang Xie updated HADOOP-11435:
-------------------------------
    Status: Patch Available  (was: Open)

> 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
>         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)

Reply via email to