Skip to content

Commit b751835

Browse files
committed
add docs for the configuration
1 parent 3feb558 commit b751835

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5050,6 +5050,19 @@
50505050
</description>
50515051
</property>
50525052

5053+
<property>
5054+
<name>dfs.namenode.edits.async.logsyncnotify.executor.size</name>
5055+
<value>10</value>
5056+
<description>
5057+
The size of the thread pool executing logSyncNotify in FSEditLogAsync.
5058+
This thread pool decouples the RPC response network sending from
5059+
the FSEditLogAsync thread so that FSEditLogAsync would not be affected
5060+
by the potential network hanging issue (HDFS-15869).
5061+
This property defaults to 10.
5062+
</description>
5063+
</property>
5064+
5065+
50535066
<property>
50545067
<name>dfs.namenode.edits.dir.minimum</name>
50555068
<value>1</value>

0 commit comments

Comments
 (0)