Details
Description
Given that HFTP was removed in Hadoop 3 and WebHDFS is handled via Netty, the HttpServer2 instance within the DataNode is only used for very basic tasks such as the web UI. Thus we can safely reduce the thread count used here.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-13265 MiniDFSCluster should set reasonable defaults to reduce resource consumption
- Patch Available
- is related to
-
HDFS-13272 DataNodeHttpServer to have configurable HttpServer2 threads
- Resolved