Neilxzn commented on a change in pull request #4068:
URL: https://github.com/apache/hadoop/pull/4068#discussion_r828928528
##########
File path: hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
##########
@@ -4119,6 +4119,14 @@
Mover, and StoragePolicySatisfier.
</description>
</property>
+<property>
+ <name>dfs.namenode.get-blocks.check.operation</name>
+ <value>true</value>
+ <description>
+ Whether enable checkOperation when call getBlocks.
+ It is enabled (true) by default.
Review comment:
Thank you for your review. I have adjust this property's description
and use this `dfs.namenode.get-blocks.check.operation` property instead of
`dfs.ha.allow.stale.reads` in NameNodeConnector.java for Balancer.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]