errose28 commented on PR #7976: URL: https://github.com/apache/ozone/pull/7976#issuecomment-2689055000
Summary from a discussion with @siddhantsangwan @swamirishi @nandakumar131 today: The RM currently requires the container state to be CLOSED before it can transition to DELETING or DELETED. This means we should be able to transition it back to CLOSED regardless of the states of the non-empty replicas that are reported. It is equally likely the same set of replicas could have been reported to RM while the container was CLOSED, so the RM is already required to handle these cases. After this change, force delete should only be used for over-replication. -- 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]
