aswinshakil opened a new pull request, #3977: URL: https://github.com/apache/ozone/pull/3977
## What changes were proposed in this pull request? When WriteChunk or PutBlock fails when writing a stripe, the client should retry the operation before rewriting this stripe to a new block. So that the block files on the disk will be as large as possible. This patch addresses a way to configure `ECXceiverClientGrpc` to retry failed requests based on GRPC Status Codes `UNAVAILABLE` and `DEADLINE_EXCEEDED` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7187 ## How was this patch tested? Manual testing and Unit 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
