markap14 commented on PR #11164: URL: https://github.com/apache/nifi/pull/11164#issuecomment-5721915784
[gpt-sol-5.6] The [Ubuntu Java 25 system-test job](https://github.com/apache/nifi/actions/runs/35271697279/job/105372395322) hit a pre-existing `OffloadIT.testOffload` failure. The same test timed out on `main` yesterday in [run 35155156816](https://github.com/apache/nifi/actions/runs/35155156816). The failure reported: ``` java.util.concurrent.TimeoutException: testOffload() timed out after 10 minutes at org.apache.nifi.tests.system.NiFiSystemIT.waitForNodeStatus(NiFiSystemIT.java:472) at org.apache.nifi.tests.system.clustering.OffloadIT.testIteration(OffloadIT.java:87) ``` The troubleshooting logs show the Processors stopped successfully in 111 ms. During the offload, cluster coordinator leadership moved from node 2 to node 1; node 2 completed its local offload but could not change its local coordinator state from `DISCONNECTED` to `OFFLOADED`. This is unrelated to the scheduling-generation check in the latest commit. I will rerun the failed job after the remaining jobs in this workflow finish. -- 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]
