diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 8b57fde2e5..ee24c7a7b4 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -3763,10 +3763,10 @@
dfs.client.failover.proxy.provider
- The prefix (plus a required nameservice ID) for the class name of the
- configured Failover proxy provider for the host. For more detailed
- information, please consult the "Configuration Details" section of
- the HDFS High Availability documentation.
+ The prefix (plus a required nameservice ID) for the class name of the configured
+ Failover proxy provider for the host. For normal HA mode, please consult
+ the "Configuration Details" section of the HDFS High Availability documentation.
+ For observer reading mode, please choose a custom class--ObserverReadProxyProvider.