Shekharrajak opened a new pull request, #28728:
URL: https://github.com/apache/flink/pull/28728

   Backport of #27659 to `release-2.1`.
   
   Sets `ResourceManagerOptions.REQUIREMENTS_CHECK_DELAY = 30s` for 
`EventTimeWindowCheckpointingITCase`'s test cluster to fix the flaky 
`LocalRecoveryITCase[ROCKSDB_FULL, ...]` failure on `release-2.1` nightlies: 
`NoResourceAvailableException: Could not acquire the minimum required 
resources`.
   
   The exactly-fit cluster (4 slots, parallelism 4, single restart) hits a 
premature `SlotManager` requirement check before TaskManagers finish 
(re)registering; delaying it 30s (well under the 5 min `SLOT_REQUEST_TIMEOUT`) 
avoids the race. Covers `LocalRecoveryITCase` via the shared base config. 
Already on `master` and `release-2.3`.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


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