Skip to content

Commit f3cff03

Browse files
authored
HDFS-16885. Fix TestHdfsConfigFields#testCompareConfigurationClassAgainstXml failed (#5283)
1 parent 6f99558 commit f3cff03

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,6 +3433,15 @@
34333433
</description>
34343434
</property>
34353435

3436+
<property>
3437+
<name>dfs.namenode.access-control-enforcer-reporting-threshold-ms</name>
3438+
<value>1000</value>
3439+
<description>
3440+
If an external AccessControlEnforcer runs for a long time to check permission with the FSnamesystem lock,
3441+
print a WARN log message. This sets how long must be run for logging to occur.
3442+
</description>
3443+
</property>
3444+
34363445
<property>
34373446
<name>dfs.namenode.lock.detailed-metrics.enabled</name>
34383447
<value>false</value>

0 commit comments

Comments
 (0)