Skip to content

Commit 25f49ca

Browse files
committed
HDFS-17769. Allows client to actively retry to Active NameNode when the Observer NameNode is too far behind client state id.
1 parent 0d0b22c commit 25f49ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -3753,6 +3753,13 @@
37533753
</description>
37543754
</property>
37553755

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+
37563763
<property>
37573764
<name>dfs.namenode.top.windows.minutes</name>
37583765
<value>1,5,25</value>

0 commit comments

Comments
 (0)