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

   [Cursor Grok 4.6] The `Ubuntu Java 21` integration-tests rerun failed on a 
different pre-existing flake, not a regression from this change.
   
   Failing job: [Ubuntu Java 
21](https://github.com/apache/nifi/actions/runs/33678350576/job/100452694901) 
(run 33678350576). `PutCouchbaseIT.testPutDocument` timed out opening a 
Couchbase Testcontainers bucket:
   
   ```
   [ERROR] 
org.apache.nifi.processors.couchbase.integration.PutCouchbaseIT.testPutDocument 
-- Time elapsed: 2.789 s <<< ERROR!
   com.couchbase.client.core.error.UnambiguousTimeoutException: GetRequest, 
Reason: TIMEOUT
   
{"retryReasons":["BUCKET_OPEN_IN_PROGRESS"],"service":{"bucket":"test_bucket","documentId":"test-document-id",...},"timeoutMs":2500}
   ```
   
   This PR only changes `StandardProcessGroup`, its unit test, and 
`ClusteredConnectorBacklogIT`. It does not touch the Couchbase processors. The 
failure is a Couchbase client bucket-open timeout against Testcontainers 
(tracked as NIFI-16194 / seen on unrelated PRs such as #11325 and #11536). 
There is no `dropAllFlowFiles` / `DropFlowFileRequest` activity in the failing 
window; the `PURGING` lines in this job log are from earlier 
`DynamicFlowConnector` unit tests, not this failure. `KafkaToS3IT` did not fail 
on this rerun.
   
   I have re-run the failed `Ubuntu Java 21` shard rather than pushing an empty 
commit.


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