chihsuan commented on PR #10620: URL: https://github.com/apache/ozone/pull/10620#issuecomment-4817445552
@adoroszlai Ready for another look! 🙏 You were right, my patch was incomplete. I traced the root cause. Removing the restart wasn't enough. `waitForContainerStateInSCM(CLOSED)` returns once the first replica is `CLOSED`, so the test deletes while others are still `CLOSING`, and a lagging CLOSING report resurrects the container → 0 deletes → timeout. I've updated the PR to now wait until all replicas are `CLOSED` in SCM before deleting. I verified it with the masking removed: 150 runs, both classes, all green. Full write-up is in the PR description. -- 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]
