aryangupta1998 opened a new pull request, #5293: URL: https://github.com/apache/ozone/pull/5293
## What changes were proposed in this pull request? SCM deleting service should avoid sending delete transactions for under-replicated containers. It currently tracks all the transactions in memory until all the replicas receive the transaction. A lot of transactions for under-replicated containers could slow down the deletion as these will remain pending until the container reaches the desired replication. The service has a limit on pending transactions. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4368 ## How was this patch tested? Tested Manually. -- 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]
