arp7 commented on a change in pull request #753: HDDS-1403. KeyOutputStream 
writes fails after max retries while writing to a closed container
URL: https://github.com/apache/hadoop/pull/753#discussion_r276863308
 
 

 ##########
 File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
 ##########
 @@ -429,12 +429,20 @@
   </property>
   <property>
     <name>ozone.client.max.retries</name>
-    <value>5</value>
+    <value>100</value>
     <tag>OZONE, CLIENT</tag>
     <description>Maximum number of retries by Ozone Client on encountering
       exception while writing a key.
     </description>
   </property>
+  <property>
+    <name>ozone.client.retry.interval.ms</name>
 
 Review comment:
   Don't hardcode the unit (ms). We can specify the unit with the config key. 
See Configuration#getTimeDuration.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to