[ 
https://issues.apache.org/jira/browse/HDDS-1403?focusedWorklogId=230851&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-230851
 ]

ASF GitHub Bot logged work on HDDS-1403:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Apr/19 19:21
            Start Date: 22/Apr/19 19:21
    Worklog Time Spent: 10m 
      Work Description: arp7 commented on 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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 230851)
    Time Spent: 50m  (was: 40m)

> KeyOutputStream writes fails after max retries while writing to a closed 
> container
> ----------------------------------------------------------------------------------
>
>                 Key: HDDS-1403
>                 URL: https://issues.apache.org/jira/browse/HDDS-1403
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 0.4.0
>            Reporter: Mukul Kumar Singh
>            Assignee: Hanisha Koneru
>            Priority: Major
>              Labels: MiniOzoneChaosCluster, pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Currently a Ozone Client retries a write operation 5 times. It is possible 
> that the container being written to is already closed by the time it is 
> written to. The key write will fail after retrying multiple times with this 
> error. This needs to be fixed as this is an internal error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to