markap14 commented on PR #11651: URL: https://github.com/apache/nifi/pull/11651#issuecomment-5593584148
[Cursor Grok 4.6] Second shard: `system-tests / ubuntu-24.04 Java 21` also failed: https://github.com/apache/nifi/actions/runs/34285562529/job/102260221196 Same classification — neither test is verify-config (`ClasspathVerifyIT` passed 9/9 here too). Will rerun both failed shards when the parent system-tests run finishes (`macos-15 Java 25` still running). `ClusteredConnectorTroubleshootingIT.testEnterTroubleshootingFromRunningKeepsProcessorsRunning` — same 5-minute restart timeout as the Java 25 shard, this time waiting on node2: ``` java.util.concurrent.TimeoutException: testEnterTroubleshootingFromRunningKeepsProcessorsRunning() timed out after 5 minutes Suppressed: java.lang.RuntimeException: Interrupted while waiting for instance ProcessNiFiInstance[home=target/node2,process=Process[pid=40376, exitValue=0]] to finish starting at org.apache.nifi.tests.system.AggregateNiFiInstance.start(AggregateNiFiInstance.java:53) at org.apache.nifi.tests.system.connectors.ConnectorTroubleshootingIT.restartNiFi(ConnectorTroubleshootingIT.java:678) at org.apache.nifi.tests.system.connectors.ConnectorTroubleshootingIT.testEnterTroubleshootingFromRunningKeepsProcessorsRunning(ConnectorTroubleshootingIT.java:377) ``` `ClusteredConnectorBacklogIT.testClusteredDelegateBacklogAggregatesAcrossNodes` — raced validation (HTTP 409, state still `VALIDATING`): ``` org.apache.nifi.toolkit.client.NiFiClientException: Error submitting Backlog Request for Connector 836d15d0-01a0-1000-ffff-ffffaa39f9c6: Node localhost:5671 is unable to fulfill this request due to: Cannot report backlog for Connector 836d15d0-01a0-1000-ffff-ffffaa39f9c6 because the Connector is not valid (Validation State is VALIDATING) at org.apache.nifi.tests.system.NiFiClientUtil.getConnectorBacklog(NiFiClientUtil.java:2487) at org.apache.nifi.tests.system.connectors.ClusteredConnectorBacklogIT.testClusteredDelegateBacklogAggregatesAcrossNodes(ClusteredConnectorBacklogIT.java:69) ``` -- 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]
