markap14 commented on PR #11220: URL: https://github.com/apache/nifi/pull/11220#issuecomment-4404057658
[claude-opus-4.7] The `ubuntu-24.04 Java 21` shard of the [system-tests run](https://github.com/apache/nifi/actions/runs/25538331683) timed out after 5 minutes on `ConnectorProcessorValidationIT.testStoppedConnectorProcessorsValidateAfterRestart`: ``` [ERROR] org.apache.nifi.tests.system.connectors.ConnectorProcessorValidationIT.testStoppedConnectorProcessorsValidateAfterRestart -- Time elapsed: 300.4 s <<< ERROR! java.util.concurrent.TimeoutException: testStoppedConnectorProcessorsValidateAfterRestart() timed out after 5 minutes Suppressed: java.net.ConnectException: Connection refused ``` This appears to be transient: the `macos-15 Java 21`, `macos-15 Java 25`, and `ubuntu-24.04 Java 25` shards all passed on the same commit, and recent `main` system-tests runs have shown similar 5-minute timeouts on unrelated tests (e.g. `ParameterContextIT`, `ReportingTaskIT`). NiFi simply did not respond on its API port within the 5-minute restart window. The PR only changes `StandardStateMap` and its unit test, with no impact on connector restart logic. I have rerun 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]
