joshelser commented on a change in pull request #2816:
URL: https://github.com/apache/hbase/pull/2816#discussion_r553067037
##########
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:
I don't think this works either. I think we need to not have this
property at all. I think this empty config property would still mask the real
one, right?
----------------------------------------------------------------
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]