Matthias Pohl created FLINK-30944: ------------------------------------- Summary: ExecutionGraphPartitionReleaseTest leaks threads Key: FLINK-30944 URL: https://issues.apache.org/jira/browse/FLINK-30944 Project: Flink Issue Type: Bug Components: Runtime / Coordination, Tests Affects Versions: 1.16.1, 1.15.3, 1.17.0, 1.18.0 Reporter: Matthias Pohl
{{ExecutionGraphPartitionReleaseTest}} leaks threads through {{ExecutionGraphPartitionReleaseTest.scheduledExecutorService}}. The {{ScheduledExecutorService}} is instantiated but never shut down. -- This message was sent by Atlassian Jira (v8.20.10#820010)