hfutatzhanghb commented on code in PR #6227:
URL: https://github.com/apache/hadoop/pull/6227#discussion_r1411731000


##########
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml:
##########
@@ -6525,6 +6525,21 @@
       If the namespace is DEFAULT, it's best to change this conf to other 
value.
     </description>
   </property>
+  <property>
+    <name>dfs.client.congestion.backoff.mean.time</name>
+    <value>5000</value>
+    <description>
+      The mean milliseconds which is used to compute client congestion backoff 
sleep time.
+    </description>
+  </property>
+  <property>
+    <name>dfs.client.congestion.backoff.max.time</name>
+    <value>50000</value>
+    <description>
+      The max milliseconds which is used to

Review Comment:
   Thanks sir, have fixed.



##########
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml:
##########
@@ -6525,6 +6525,21 @@
       If the namespace is DEFAULT, it's best to change this conf to other 
value.
     </description>
   </property>
+  <property>
+    <name>dfs.client.congestion.backoff.mean.time</name>
+    <value>5000</value>
+    <description>
+      The mean milliseconds which is used to compute client congestion backoff 
sleep time.

Review Comment:
   Thanks sir, have fixed.



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

Reply via email to