We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feb558 commit b751835Copy full SHA for b751835
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -5050,6 +5050,19 @@
5050
</description>
5051
</property>
5052
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
5066
<property>
5067
<name>dfs.namenode.edits.dir.minimum</name>
5068
<value>1</value>
0 commit comments