Skip to content

Commit 6ecd8d9

Browse files
committed
addendum
1 parent af017d1 commit 6ecd8d9

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5099,35 +5099,6 @@
50995099
</description>
51005100
</property>
51015101

5102-
<property>
5103-
<name>dfs.namenode.audit.log.async</name>
5104-
<value>false</value>
5105-
<description>
5106-
If true, enables asynchronous audit log.
5107-
</description>
5108-
</property>
5109-
5110-
<property>
5111-
<name>dfs.namenode.audit.log.async.blocking</name>
5112-
<value>true</value>
5113-
<description>
5114-
Only used when enables asynchronous audit log. Sets whether audit log async
5115-
appender should wait if there is no space available in the event buffer or
5116-
immediately return. Default value is true.
5117-
</description>
5118-
</property>
5119-
5120-
<property>
5121-
<name>dfs.namenode.audit.log.async.buffer.size</name>
5122-
<value>128</value>
5123-
<description>
5124-
Only used when enables asynchronous audit log. Sets the number of audit
5125-
logs allowed in the event buffer before the calling thread is blocked
5126-
(if dfs.namenode.audit.log.async.blocking is true) or until logs are
5127-
summarized and discarded. Default value is 128.
5128-
</description>
5129-
</property>
5130-
51315102
<property>
51325103
<name>dfs.namenode.audit.log.token.tracking.id</name>
51335104
<value>false</value>

0 commit comments

Comments
 (0)