shenshengli commented on a change in pull request #2816:
URL: https://github.com/apache/hbase/pull/2816#discussion_r553120672
##########
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:
It is reserved to provide description.This empty config property would
not mask the real one.You can verify this from unit tests.
----------------------------------------------------------------
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]