The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed. Run started by GitHub user MartijnVisser (triggered by MartijnVisser).
Head commit for run: b464b331dbd2cbd4714c47816cb0558b14955c91 / Martijn Visser <[email protected]> [FLINK-40109] Verify Kerberos keytab logs after the YARN application is killed FLINK-40099 moved YARNSessionFIFOSecuredITCase's keytab check into a pre-kill callback polling waitUntilCondition(cond, 500). The 500 int literal binds to the (cond, int retryAttempts) overload (500*100ms, then "Exhausted retry attempts."), and reading the JobManager log while the application is still alive is racy: the polled jobmanager.log does not reliably contain the keytab login line before teardown. Read the container logs after the application is killed (output flushed) but poll each log with a bounded wait instead of a single read, preserving the FLINK-17662 intent without the pre-kill race. On timeout, fail with the log file and expected strings so a recurrence is diagnosable from the uploaded container logs. Generated-by: Claude Opus 4.8 (1M context) Report URL: https://github.com/apache/flink/actions/runs/29166367776 With regards, GitHub Actions via GitBox
