The GitHub Actions job "Flink CI (beta)" on flink.git/release-2.3 has succeeded. Run started by GitHub user RocMarshal (triggered by RocMarshal).
Head commit for run: e2a66296d23625aa5574b6ac4650ce0a0ca9407a / Yuepeng Pan <[email protected]> [FLINK-39858][rest] Fail orphaned in-flight request futures on RestClient close (#28411) * [FLINK-39858][rest] Fail orphaned in-flight request futures on RestClient close RestClient tracked in-flight requests only via responseChannelFutures, whose entries the connect listener removes once connect completes. A close() racing with a request already past the connect phase could leave its response future uncompleted, hanging the caller. Track each terminal response future for its whole lifetime and fail those on close. Generated-by: Claude Code (Claude Opus 4.8) (cherry picked from commit 676365b5ee7052ddca7c98737f8c9cb49584cc32) Co-authored-by: Martijn Visser <[email protected]> Report URL: https://github.com/apache/flink/actions/runs/27473815012 With regards, GitHub Actions via GitBox
