Sxnan commented on code in PR #19653:
URL: https://github.com/apache/flink/pull/19653#discussion_r890770010
##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/failover/flip1/ExecutionFailureHandler.java:
##########
@@ -115,6 +122,29 @@ private FailureHandlingResult handleFailure(
final Set<ExecutionVertexID> verticesToRestart,
final boolean globalFailure) {
+ if (!globalFailure) {
Review Comment:
You are right. It is much clear to do the translation in the
DefaultScheduler. Change is made in
[976d73b](https://github.com/apache/flink/pull/19653/commits/976d73b7f33d1d5ee8b788906b083419d6342748).
--
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]