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


   
   
   ## What changes were proposed in this pull request?
   Currently, in ratis "writeStateMachinecall" gets retried indefinitely in 
event of a timeout. In case, where disks are slow/overloaded or number of chunk 
writer threads are not available for a period of 10s, writeStateMachine call 
times out in 10s. In cases like these, the same write chunk keeps on getting 
retried causing the same chink of data to be overwritten. The idea here is to 
abort the request once the node failure timeout reaches.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-4388
   
   
   ## How was this patch tested?
   Verified by checking the config value in tests.
   


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



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

Reply via email to