File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
hadoop-hdfs-project/hadoop-hdfs/src/main/resources Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 5099
5099
</description >
5100
5100
</property >
5101
5101
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
-
5131
5102
<property >
5132
5103
<name >dfs.namenode.audit.log.token.tracking.id</name >
5133
5104
<value >false</value >
You can’t perform that action at this time.
0 commit comments