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 6f99558 commit f3cff03Copy full SHA for f3cff03
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -3433,6 +3433,15 @@
3433
</description>
3434
</property>
3435
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
+
3445
<property>
3446
<name>dfs.namenode.lock.detailed-metrics.enabled</name>
3447
<value>false</value>
0 commit comments