Ethan Rose created HDDS-15966:
---------------------------------

             Summary: TestScmHAFinalization#testSnapshotFinalization is flaky
                 Key: HDDS-15966
                 URL: https://issues.apache.org/jira/browse/HDDS-15966
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Ethan Rose
            Assignee: Ethan Rose


Failed 
[here|https://github.com/apache/ozone/actions/runs/30091265211/job/89481626603?pr=10678]
 with a timeout at:

{code}
        at 
org.apache.ozone.test.GenericTestUtils.waitFor(GenericTestUtils.java:137)
        at 
org.apache.hadoop.hdds.upgrade.HddsUpgradeTestUtils.waitForScmToFinalize(HddsUpgradeTestUtils.java:125)
        at 
org.apache.hadoop.hdds.upgrade.HddsUpgradeTestUtils.waitForScmsToFinalize(HddsUpgradeTestUtils.java:119)
        at 
org.apache.hadoop.hdds.upgrade.TestScmHAFinalization.testSnapshotFinalization(TestScmHAFinalization.java:173)
        at java.base/java.lang.reflect.Method.invoke(Method.java:565)
        at 
java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
        at 
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
        at 
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
        at 
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
{code}

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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to