dmvk commented on code in PR #22506:
URL: https://github.com/apache/flink/pull/22506#discussion_r1185085549
##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java:
##########
@@ -778,7 +778,7 @@ private static PartitionInfo createFinishedPartitionInfo(
*/
@Override
public void fail(Throwable t) {
- processFail(t, true);
+ processFail(t, true, Collections.emptyMap());
Review Comment:
Would this be enriched once the
https://github.com/apache/flink/pull/22506#discussion_r1185081996 is addressed,
since `fromSchedulerNg` will be set to `false`?
--
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]