The GitHub Actions job "Nightly (beta)" on flink.git/master has failed.
Run started by GitHub user github-actions[bot] (triggered by 
github-actions[bot]).

Head commit for run:
80be7e48b82ec0711e9c3988d9ebea92374c2a4e / Rui Fan <[email protected]>
[hotfix][state/tests] Dispose keyed state backend in testMapStateWithNullValue

The test creates a CheckpointableKeyedStateBackend via createKeyedBackend
but never closes/disposes it, leaking native resources held by the
backend. For most state backends in the existing suite this is harmless,
but cloud-native backends that own long-lived background tasks (and
poll remote state) keep file handles open under the JUnit @TempDir and
fail class teardown.

Wrap the test body in try/finally with IOUtils.closeQuietly(keyedBackend)
and keyedBackend.dispose(), matching the cleanup pattern used by every
other test in this file.

Report URL: https://github.com/apache/flink/actions/runs/25979692838

With regards,
GitHub Actions via GitBox

Reply via email to