[
https://issues.apache.org/jira/browse/FLINK-40664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18118768#comment-18118768
]
Martijn Visser commented on FLINK-40664:
----------------------------------------
Four more occurrences on master, all at JobIDLoggingITCase.java:157 on the same
"Freeing inactive slots" line:
https://github.com/apache/flink/actions/runs/35414462164/job/105822777231
(nightly 2026-09-19, Java 11)
https://github.com/apache/flink/actions/runs/35297737769/job/105457108907
(nightly 2026-09-18, Java 21)
https://github.com/apache/flink/actions/runs/35224874393/job/105216068074 (push
2026-09-17, JDK 17)
https://github.com/apache/flink/actions/runs/34775554131 (push 2026-09-13, JDK
17)
{code}
[ERROR]
org.apache.flink.test.misc.JobIDLoggingITCase.testJobIDLogging(ClusterClient)
-- Time elapsed: 0.171 s <<< FAILURE!
java.lang.AssertionError:
[events with a wrong value]
Expecting empty but was:
[Logger=org.apache.flink.runtime.taskexecutor.TaskExecutor Level=DEBUG
Message=Freeing inactive slots for job 1e026041afbfe6548e8ff4803bce88ba.]
at
org.apache.flink.util.JobIDLoggingUtil.assertKeyPresent(JobIDLoggingUtil.java:93)
at
org.apache.flink.util.JobIDLoggingUtil.assertKeyPresent(JobIDLoggingUtil.java:119)
at
org.apache.flink.test.misc.JobIDLoggingITCase.testJobIDLogging(JobIDLoggingITCase.java:157)
{code}
Three of those are in the last seven days, which makes this Critical rather
than Major. It only fails on master.
> JobIDLoggingITCase.testJobIDLogging fails on a "Freeing inactive slots" log
> line without the job id
> ---------------------------------------------------------------------------------------------------
>
> Key: FLINK-40664
> URL: https://issues.apache.org/jira/browse/FLINK-40664
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 2.4.0
> Reporter: Martijn Visser
> Priority: Critical
> Labels: pull-request-available
>
> {code}
> [ERROR]
> org.apache.flink.test.misc.JobIDLoggingITCase.testJobIDLogging(ClusterClient)
> -- Time elapsed: 0.217 s <<< FAILURE!
> java.lang.AssertionError:
> [events with a wrong value]
> Expecting empty but was:
> [Logger=org.apache.flink.runtime.taskexecutor.TaskExecutor Level=DEBUG
> Message=Freeing inactive slots for job a045ed747c88e9eb94af95d0019adbad.]
> at
> org.apache.flink.util.JobIDLoggingUtil.assertKeyPresent(JobIDLoggingUtil.java:93)
> at
> org.apache.flink.test.misc.JobIDLoggingITCase.testJobIDLogging(JobIDLoggingITCase.java:157)
> {code}
> https://github.com/apache/flink/actions/runs/34919682596 (nightly 2026-09-15,
> Java 21, module tests)
> One occurrence so far. FLINK-34643, FLINK-34994, FLINK-36099 and FLINK-36710
> are the same test on other log messages and are all closed; this is the
> {{Freeing inactive slots}} message, which none of them covers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)