You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "dmvk (via GitHub)" <gi...@apache.org> on 2023/03/06 21:29:30 UTC

[GitHub] [flink] dmvk commented on pull request #22116: [FLINK-31347] Prevent AdaptiveSchedulerClusterITCase.testAutomaticSca…

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org