markap14 commented on PR #11240:
URL: https://github.com/apache/nifi/pull/11240#issuecomment-5035433250

   [Sonnet 5] Two CI shards failed on the current head commit (7b3c4a0), both 
unrelated to this PR's changes (which only touch Connector-migration framework 
code, not Couchbase or Python/clustering test infrastructure):
   
   **`Ubuntu Java 21`** — 
https://github.com/apache/nifi/actions/runs/29779864353/job/88478247612
   ```
   [ERROR] PutCouchbaseIT.testPutDocument:61 Expected all Transferred FlowFiles 
to go to success but 1 were routed to failure
   ```
   Preceding logs show the Couchbase Java client repeatedly failing to refresh 
its bucket config against the test Couchbase container (`NO_MORE_RETRIES 
(NODE_NOT_AVAILABLE)`), ending in "Failed to upsert document into Couchbase." 
This is a test-container connectivity issue in `nifi-couchbase-processors`, a 
module this PR does not touch.
   
   **`ubuntu-24.04 Java 25`** — 
https://github.com/apache/nifi/actions/runs/29779864352/job/88478247652
   ```
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
376.9 s <<< FAILURE! -- in 
org.apache.nifi.tests.system.parameters.ClusteredProviderParamFlowSyncIT
   java.lang.RuntimeException: Waited up to 60 seconds for all 2 nodes to 
connect but only -1 nodes connected. Node states: (failed to retrieve node 
details: Connection refused)
   ```
   Preceded by `py4j.Py4JException` communication-channel failures against a 
Python processor subprocess. This is a clustered-node-startup timing issue in a 
Parameter Provider system test unrelated to this PR's changes.
   
   Reran both failed shards (`gh run rerun --failed`) rather than the full 
pipeline. Will watch for the rerun results.


-- 
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]

Reply via email to