lokeshj1703 opened a new pull request #1068:
URL: https://github.com/apache/hadoop-ozone/pull/1068


   ## What changes were proposed in this pull request?
   
   ContainerNotOpen exception exception is thrown by datanode when client is 
writing to a non open container. Currently ozone client sees this as failure 
and would increment the retry count. If client reaches a configured retry count 
it fails the write. Map reduce jobs were seen failing due to this error with 
default retry count of 5.
   Idea is to not consider errors due to closed container in retry count. This 
would make sure that ozone client writes do not fail due to closed container 
exceptions.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3611
   
   ## How was this patch tested?
   
   Existing Unit test
   


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

Reply via email to