Liang Xie created HADOOP-11435:
----------------------------------
Summary: 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
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)