Details
Description
In HDFS-7279, the Jetty server on the DataNode was hard-coded to use 10 threads. In addition to the possibility of this being too few threads, it is much higher than necessary in resource constrained environments such as MiniDFSCluster. To avoid compatibility issues, rather than using HttpServer2#HTTP_MAX_THREADS directly, we can introduce a new configuration for the DataNode's thread pool size.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-13265 MiniDFSCluster should set reasonable defaults to reduce resource consumption
- Patch Available
- relates to
-
HDFS-13493 Reduce the HttpServer2 thread count on DataNodes
- Resolved