GlenGeng commented on pull request #1852: URL: https://github.com/apache/ozone/pull/1852#issuecomment-770772130
@amaliujia Thanks for back port this fix to HDDS-2823. I consider we have to move `transactionRetryCountMap` from `DeletedBlockLogStateManagerImpl#increaseRetryCountOfTransactionInDB` to `DeletedBlockLogImplV2#incrementCount`, and clear it when SCM becomes leader. The reason is, content of `DeletedBlockLogImplV2` should be kept consistent and deterministic across SCM instance, which is not necessary and can not be maintained during SCM failover. ---------------------------------------------------------------- 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]
