HDDS-15966. Fix flaky TestScmHAFinalization#testSnapshotFinalization - #10863
HDDS-15966. Fix flaky TestScmHAFinalization#testSnapshotFinalization#10863errose28 wants to merge 2 commits into
Conversation
(cherry picked from commit dddf5c6)
There was a problem hiding this comment.
Thanx @errose28
it is only required to instruct OMs to finalize which is not covered by this test.
We are changing the common util here, so if there is case where it is required. Do you think we should rather not do this?
Logs show that it timed out waiting for scm2 to exit safemode.
btw why scm2 wasn't coming out Safemode?
This PR is open to the |
|
This PR has been marked as stale due to 21 days of inactivity. Please comment or remove the stale label to keep it open. Otherwise, it will be automatically closed in 7 days. |
|
Thank you for your contribution. This PR is being closed due to inactivity. Please contact a maintainer if you would like to reopen it. |
|
Two fixes and a full root cause are present in #11200 |
What changes were proposed in this pull request?
Failed here with a timeout at:
Logs show that it timed out waiting for scm2 to exit safemode. Safemode exit is this is no longer required for SCM finalization in the new upgrade framework, it is only required to instruct OMs to finalize which is not covered by this test. We can remove the safemode check from the wait.
What is the link to the Apache JIRA
HDDS-15966
How was this patch tested?
100 runs on my fork: https://github.com/errose28/ozone/actions/runs/30111725666/job/89543515225
This run was built off #10678 in case the failure was caused by the PR's changes. The test passed with a fix independent of the PR though.