Matthias Pohl created FLINK-36168: ------------------------------------- Summary: AdaptiveSchedulerTest doesn't follow the production lifecycle Key: FLINK-36168 URL: https://issues.apache.org/jira/browse/FLINK-36168 Project: Flink Issue Type: Sub-task Reporter: Matthias Pohl
The {{AdaptiveSchedulerTest}} doesn't follow the production lifecycle properly: The executor representing the main thread is shutting down before the AdaptiveScheduler is closed (or more precisely, the scheduler isn't closed at all in most of the tests). This can cause issues when shutting down the executor and tasks still being scheduled and not properly cleaned up. This issue is about fixing the test in this regards. -- This message was sent by Atlassian Jira (v8.20.10#820010)