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