errose28 opened a new pull request, #10863: URL: https://github.com/apache/ozone/pull/10863
## What changes were proposed in this pull request? Failed [here](https://github.com/apache/ozone/actions/runs/30091265211/job/89481626603?pr=10678) with a timeout at: ``` 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) ``` 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. -- 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]
