nandakumar131 opened a new pull request, #8926: URL: https://github.com/apache/ozone/pull/8926
## What changes were proposed in this pull request? Always retry failed BlockDeleteTransactions in SCM BlockDeletingSerice. After the recent changes that was done in the block deletion code in SCM, we don't need to skip transactions that have exceeded the max retry count. We can keep retrying the transactions as we will not be stuck due to set of transactions that do not succeed. We can keep the count for debugging purpose but we don't need to skip the transaction once it has reached certain number of retries. This change will retain the count but will remove the logic which marks the transaction as failed and option to reset the count (this is no longer required). ## What is the link to the Apache JIRA HDDS-13520 ## How was this patch tested? Unit test updated according to the new behaviour. CI Run: To be Added -- 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]
