HDFS-15728. Update description of dfs.datanode.handler.count in hdfs-default.xml. Contributed by liuyan.(#2534)
This commit is contained in:
parent
3234e5eaf3
commit
3363cc380b
|
@ -157,7 +157,9 @@
|
|||
<property>
|
||||
<name>dfs.datanode.handler.count</name>
|
||||
<value>10</value>
|
||||
<description>The number of server threads for the datanode.</description>
|
||||
<description>
|
||||
The number of Datanode RPC server threads that listen to
|
||||
requests from client.</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue