Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0, 2.9.1, 3.0.3
-
None
-
Reviewed
Description
The below in ConnectionManager.java should be configurable via hdfs-site.xml. This a very critical parameter for routers, admins would like to change this without doing a new build.
/** Number of parallel new connections to create. */ protected static final int MAX_NEW_CONNECTIONS = 100;