shenshengli commented on a change in pull request #2816:
URL: https://github.com/apache/hbase/pull/2816#discussion_r553697215



##########
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:
       `assertNull(conf.get("dfs.domain.socket.path"));`
   If "hbase - default. XML configuration in effect, there will be an error, 
like this: 
   Java. Lang. AssertionError: expected null, but the was: < none >




----------------------------------------------------------------
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]


Reply via email to