markap14 commented on PR #11175: URL: https://github.com/apache/nifi/pull/11175#issuecomment-4653604722
[claude-opus-4.6] **CI: `ubuntu-24.04 Java 25` system-tests failed — pre-existing flake, not related to this PR.** **Failing check:** [ubuntu-24.04 Java 25](https://github.com/apache/nifi/actions/runs/27164357082/job/80187641690) (system-tests) **Failing test:** `ClusteredConnectorIT.testBundleResolutionResolveNewestBundle` **Error:** ``` org.apache.nifi.toolkit.client.NiFiClientException: Error deleting purge request for Connector a8ed95db-019e-1000-0000-000002955768: Cluster is unable to service request to change flow: Node localhost:5671 is currently connecting Caused by: jakarta.ws.rs.ClientErrorException: HTTP 409 Conflict ``` **Why this is unrelated:** The failure is a cluster timing race during test cleanup — a node hadn't finished connecting when the test tried to delete a purge request. This PR's latest commit changed `StandardControllerServiceProvider#getControllerServiceIdentifiers` (a controller service lookup path), which is not involved in connector purge or cluster join operations. `ClusteredConnectorIT` also [failed on main](https://github.com/apache/nifi/actions/runs/26846547987) on June 2 with a similar cluster timing issue (`testDeleteConnectorOnConnectWithDataQueued` timed out). **Plan:** Will rerun the failed shard once the parent workflow completes (sibling jobs are still in progress). -- 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]
