HDFS-15728. Update description of dfs.datanode.handler.count in hdfs-default.xml. Contributed by liuyan.(#2534)

This commit is contained in:
liuyanpunk 2020-12-15 12:21:12 +08:00 committed by Ayush Saxena
parent 3234e5eaf3
commit 3363cc380b
1 changed files with 3 additions and 1 deletions

View File

@ -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>