We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0b22c commit 25f49caCopy full SHA for 25f49ca
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -3753,6 +3753,13 @@
3753
</description>
3754
</property>
3755
3756
+<property>
3757
+ <name>dfs.namenode.observer.too.stale.retry.active.enable</name>
3758
+ <value>false</value>
3759
+ <description>When enabled, allows client to actively retry to Active NameNode when the Observer NameNode is too far behind client state id.
3760
+ </description>
3761
+</property>
3762
+
3763
<property>
3764
<name>dfs.namenode.top.windows.minutes</name>
3765
<value>1,5,25</value>
0 commit comments