zhangshuyan0 commented on code in PR #6559: URL: https://github.com/apache/hadoop/pull/6559#discussion_r1503587650
########## hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml: ########## @@ -3982,6 +3982,17 @@ </description> </property> +<property> + <name>dfs.datanode.delete.corrupt.replica.from.disk.enable</name> + <value>true</value> Review Comment: If the default value is true, there is a risk of block missing according to [HDFS-16985](https://issues.apache.org/jira/browse/HDFS-16985). I suggest setting the default value to false, as block missing is a more serious problem than disk file deletion delay. What's your opion? -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org