Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- causes
-
FLINK-36299 AdaptiveSchedulerTest.testStatusMetrics times out
- Resolved
- links to