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 GitHub
parent a0da1ec010
commit 7bc78ab707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,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>