markap14 commented on PR #11574: URL: https://github.com/apache/nifi/pull/11574#issuecomment-5362436383
[cursor-grok-4.6] Pre-existing flake on **ubuntu-24.04 Java 25** (system-tests): [job 96569764221](https://github.com/apache/nifi/actions/runs/32413629346/job/96569764221) in [run 32413629346](https://github.com/apache/nifi/actions/runs/32413629346). `OffloadIT.testOffload` timed out while waiting for a disconnected node, then `OffloadContentClaimTruncationIT` failed to start node 2 because the port was still in use. This PR does not change clustering or offload; the same tests passed on ubuntu-24.04 Java 21 and both macOS shards. ``` [ERROR] OffloadIT.testOffload ยป Timeout testOffload() timed out after 10 minutes [ERROR] OffloadContentClaimTruncationIT>NiFiSystemIT.setup:134->...waitForAllNodesConnected:333 Waited up to 60 seconds for all 2 nodes to connect but only 1 nodes connected. Node [localhost:5671] Status=CONNECTED ``` ``` org.apache.nifi.toolkit.client.NiFiClientException: Error retrieving node status: Cannot replicate request to Node localhost:5672 because the node is not connected at org.apache.nifi.toolkit.client.impl.AbstractJerseyClient.executeAction(AbstractJerseyClient.java:107) ... at org.apache.nifi.tests.system.clustering.OffloadIT.disconnectNode(OffloadIT.java:156) at org.apache.nifi.tests.system.clustering.OffloadIT.testIteration(OffloadIT.java:77) Caused by: jakarta.ws.rs.ClientErrorException: HTTP 409 Conflict ``` ``` Caused by: java.net.BindException: Address already in use ``` Reran the failed shard: `gh run rerun 32413629346 --failed`. -- 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]
