Skip to content

Commit d873ddd

Browse files
committed
HDFS-14127. Add a description about the observer read configuration. Contributed by xiangheng.
1 parent 5283787 commit d873ddd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3763,10 +3763,10 @@
37633763
<name>dfs.client.failover.proxy.provider</name>
37643764
<value></value>
37653765
<description>
3766-
The prefix (plus a required nameservice ID) for the class name of the
3767-
configured Failover proxy provider for the host. For more detailed
3768-
information, please consult the "Configuration Details" section of
3769-
the HDFS High Availability documentation.
3766+
The prefix (plus a required nameservice ID) for the class name of the configured
3767+
Failover proxy provider for the host. For normal HA mode, please consult
3768+
the "Configuration Details" section of the HDFS High Availability documentation.
3769+
For observer reading mode, please choose a custom class--ObserverReadProxyProvider.
37703770
</description>
37713771
</property>
37723772

0 commit comments

Comments
 (0)