markap14 commented on PR #11692: URL: https://github.com/apache/nifi/pull/11692#issuecomment-5721089063
[cursor-grok-4.6] macos-15 Java 21 (`system-tests`) failed on an unrelated clustering test; rerunning that shard. Failed check: [macos-15 Java 21](https://github.com/apache/nifi/actions/runs/35262989870/job/105343064019) (run [35262989870](https://github.com/apache/nifi/actions/runs/35262989870)) ``` org.apache.nifi.tests.system.clustering.OffloadIT.testOffload -- Time elapsed: 642.0 s <<< ERROR! 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) ``` Node log: ``` WARN [Offload FlowFiles from Node] org.apache.nifi.cluster.coordination.node.NodeClusterCoordinator Attempted to finish node offload for localhost:5672 but node is not in the offloading state, it is currently DISCONNECTED. ``` This PR only adds `supportsBacklogReporting` on Connector REST DTOs. It does not touch clustering or offload. The same `system-tests` run passed on ubuntu-24.04 Java 21/25 and macos-15 Java 25. Treating this as a pre-existing flake and rerunning the failed shard. -- 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]
