kuenishi opened a new pull request #2540: URL: https://github.com/apache/ozone/pull/2540
## What changes were proposed in this pull request? The default value of `hadoop.http.idle_timeout.ms` seems to be inteneded as 10k in `HttpServer2.java`, but it is ignored and actually falls into 1000 defined in core-site.xml from hadoop-common implemented in HADOOP-15696 . I would also propose extending the default value to 60k, which is commonly used value among other Hadoop projects. ## What is the link to the Apache JIRA HDDS-5620 ## How was this patch tested? - manual tests in laptop - a unit test is added as `TestHttpServer2` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
