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>
dfs.datanode.max.transfer.threads
原文:http://www.cnblogs.com/notebook2011/p/7163392.html