zhuzhurk commented on code in PR #20321:
URL: https://github.com/apache/flink/pull/20321#discussion_r926576282
##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java:
##########
@@ -128,6 +128,12 @@
/** The unique ID marking the specific execution instant of the task. */
private final ExecutionAttemptID attemptId;
+ /**
+ * This field indicates whether the execution is the original execution of
an execution vertex,
+ * i.e. it is created along with the creation of resetting of the
execution vertex.
+ */
+ private final boolean original;
Review Comment:
Good idea!
--
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]