symious opened a new pull request, #3818: URL: https://github.com/apache/ozone/pull/3818
## What changes were proposed in this pull request? Currently the delete block transaction retry count is increased when SCM sends command to each datanode, which means for one transaction, SCM is to send to 3 datanodes, the retry count will be increased 3 times, but in fact, it should only be increased once. This ticket is to fix the above issue. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7306 ## How was this patch tested? Added log checks in integration 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. 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]
