HDFS-16885. Fix TestHdfsConfigFields#testCompareConfigurationClassAgainstXml failed (#5283)

This commit is contained in:
huhaiyang 2023-01-10 09:02:56 +08:00 committed by GitHub
parent 6f99558c2e
commit f3cff032e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3433,6 +3433,15 @@
</description>
</property>
<property>
<name>dfs.namenode.access-control-enforcer-reporting-threshold-ms</name>
<value>1000</value>
<description>
If an external AccessControlEnforcer runs for a long time to check permission with the FSnamesystem lock,
print a WARN log message. This sets how long must be run for logging to occur.
</description>
</property>
<property>
<name>dfs.namenode.lock.detailed-metrics.enabled</name>
<value>false</value>