dmvk commented on PR #22116: URL: https://github.com/apache/flink/pull/22116#issuecomment-1457029701
> Currently, it is 1 which means just one restart is allowed. If that situation happens again, even if tasks aren't finished now, will the Scheduler restart the job? RestartStrategy is only taken into account in case of task failure. We don't limit restart initiated due to rescaling (which was the case we were hitting) in any way. [1] https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/Executing.java#L93 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
