jojochuang commented on a change in pull request #2721:
URL: https://github.com/apache/hadoop/pull/2721#discussion_r584392706
##########
File path: hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
##########
@@ -4352,6 +4352,17 @@
</description>
</property>
+<property>
+ <name>dfs.client.pipeline.recovery.max-retries</name>
+ <value>5</value>
+ <description>
+ If we had to recover the pipeline more than the value
Review comment:
Suggest to add a description for this configuration property. Something
like "if the DFS client encounters errors in write pipeline, retry up to the
number defined by this property before giving up"
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]