Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0
-
None
-
None
Description
The delay between execution retries is done with a future containing a Thread.sleep call, which effectively blocks an executor. This behavior can potentially block the whole JobManager from the user perspective.
Attachments
Attachments
Issue Links
- duplicates
-
FLINK-6665 Pass a ScheduledExecutorService to the RestartStrategy
- Closed