An HDFS DataNode has an upper bound on the number of files that it will serve at any one time:
<property>
<name>dfs.datanode.max.transfer.threads</name>
<value>4096</value>
</property>
An HDFS DataNode has an upper bound on the number of files that it will serve at any one time:
<property>
<name>dfs.datanode.max.transfer.threads</name>
<value>4096</value>
</property>