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_r278734053
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -436,11 +436,12 @@
</description>
</property>
<property>
- <name>ozone.client.retry.interval.ms</name>
- <value>500</value>
+ <name>ozone.client.retry.interval</name>
+ <value>0ms</value>
<tag>OZONE, CLIENT</tag>
- <description>Indicates the time duration in milliseconds a client will wait
- before retrying a write key request on encountering an exception.
+ <description>Indicates the time duration a client will wait before
+ retrying a write key request on encountering an exception. Be default
Review comment:
Nitpick: By default
----------------------------------------------------------------
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]