rmetzger commented on a change in pull request #13929:
URL: https://github.com/apache/flink/pull/13929#discussion_r517836838
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionAttemptID.java
##########
@@ -36,84 +32,51 @@
private static final long serialVersionUID = -1169683445778281344L;
- private final JobID jobId;
- private final ExecutionVertexID executionVertexId;
- private final int attemptNumber;
+ private final AbstractID executonAttemptId;
Review comment:
Good catch. Pushed a fix!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]