[ https://issues.apache.org/jira/browse/HADOOP-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
dhruba borthakur updated HADOOP-6515: ------------------------------------- Status: Open (was: Patch Available) You added a sleep for 1 second in the unit test. This is a "no-no" situation for the Hadoop unit tests. The goal is not to hardcode any "sleep x second" in the tests, otherwise the tests become non-deterministic when run on different hardware platforms. However, "sleep (while condition)" is allowed. Would you like to modify the unit test accordingly? > Make maximum number of http threads configurable > ------------------------------------------------ > > Key: HADOOP-6515 > URL: https://issues.apache.org/jira/browse/HADOOP-6515 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Scott Chen > Assignee: Scott Chen > Attachments: HADOOP-6515-v2.patch, HADOOP-6515.patch > > > We found that http server threads may use considerable amount of resource in > NameNode and JobTracker. > It would be good if the number of threads is allowed to be configured to a > smaller number. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.