markap14 commented on PR #11325: URL: https://github.com/apache/nifi/pull/11325#issuecomment-4674154608
[claude-opus-4.7] System-tests run [27299783298](https://github.com/apache/nifi/actions/runs/27299783298) finished with three failed shards. All three are pre-existing flakes unrelated to the change in this PR; main has been failing with the same symptoms (8 of the last 10 main `system-tests` runs failed). **`ubuntu-24.04 Java 21`** ([job](https://github.com/apache/nifi/actions/runs/27299783298/job/80642112096)) - 1 failure: `ClusteredStatelessFlowIT.testChangeStatelessFlowWhileNotDisconnected` (in `teardown` → `emptyQueue`) - Cause: HTTP 409 from cluster replication, rooted in: ``` Caused by: java.io.IOException: RST_STREAM received Stream cancelled at java.net.http/jdk.internal.net.http.HttpClientImpl.send(HttpClientImpl.java:938) at java.net.http/jdk.internal.net.http.HttpClientFacade.send(HttpClientFacade.java:133) at org.apache.nifi.web.client.StandardWebClientService$StandardHttpRequestBodySpec.getResponse(StandardWebClientService.java:381) ``` **`ubuntu-24.04 Java 25`** ([job](https://github.com/apache/nifi/actions/runs/27299783298/job/80642112168)) - 3 failures, all with the same `RST_STREAM received Stream cancelled` root cause: `LoadBalanceIT.testPartitionByAttribute`, `ClusteredRegistryClientIT.testChangeVersionOnParentThatCascadesToChild` (teardown), `OffloadContentClaimTruncationIT.testOffloadedFlowFileContentNotPrematurelyTruncated`. The 100 → 20 batch-size reduction in this PR lowers the rate but doesn't fully eliminate the underlying HTTP/2 issue. **`macos-15 Java 21`** ([job](https://github.com/apache/nifi/actions/runs/27299783298/job/80642112204)) - 1 failure: `FlowSynchronizationIT.testReconnectionWithUpdatedConnection`. Different symptom (`Timed out waiting for queue to empty` in teardown), unrelated to `LoadBalanceIT` or this PR. The only recent change to that test file is NIFI-15844 ("Add logging to help troubleshoot flaky system tests"). Have triggered `gh run rerun 27299783298 --failed` to re-run only the failed shards. -- 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]
