purushah opened a new pull request, #1095:
URL: https://github.com/apache/flink-agents/pull/1095

   Linked issue: N/A (hotfix)
   
   ### Purpose of change
   
   `KafkaActionStateStore` gives its `AdminClient` futures 100ms 
(`DEFAULT_FUTURE_GET_TIMEOUT_MS`). A cold AdminClient's first `listTopics` 
metadata round-trip routinely exceeds 100ms even against a broker on localhost, 
so store initialization fails nondeterministically at job startup. This raises 
the timeout to 30s — an initialization-time bound, not a per-record cost.
   
   ### How it was found
   
   Recovery experiments against the Kafka action-state store: jobs failed to 
start intermittently with future-timeout exceptions from topic setup, 
disappearing on retry once broker metadata was warm.
   
   ### Tests
   
   - `mvn test -pl runtime -am -Dtest='*ActionState*'` — 127 tests, 0 failures 
(includes `KafkaActionStateStoreTest`), on current main.
   
   ### API
   
   No public API changes.
   
   ### Documentation
   
   - [ ] `doc-needed`
   - [x] `doc-not-needed`
   - [ ] `doc-included`
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   - [x] Yes
   - [ ] No
   
   Generated-by: Claude Code (Claude Fable 5)
   


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