zhangshuyan0 commented on code in PR #6517: URL: https://github.com/apache/hadoop/pull/6517#discussion_r2278788903
########## hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml: ########## @@ -3923,6 +3923,19 @@ </description> </property> +<property> + <name>dfs.client.ec.write.failed.blocks.tolerated</name> + <value>2147483647</value> Review Comment: What does this big number mean? Can the default value be -1? -- 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]
