shenshengli commented on a change in pull request #2816:
URL: https://github.com/apache/hbase/pull/2816#discussion_r553698140
##########
File path: hbase-common/src/main/resources/hbase-default.xml
##########
@@ -1463,15 +1463,15 @@ possible configurations would overwhelm and obscure the
important.
</property>
<property>
<name>dfs.client.read.shortcircuit</name>
- <value>false</value>
+ <value></value>
<description>
If set to true, this configuration parameter enables short-circuit local
reads.
</description>
</property>
<property>
<name>dfs.domain.socket.path</name>
- <value>none</value>
+ <value></value>
Review comment:
`assertEquals("/var/lib/hadoop-hdfs/dn_socket",
conf.get("dfs.domain.socket.path"));`
If this empty config property would still mask the real one, there will be
an error.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]