zhuzhurk commented on a change in pull request #14659: URL: https://github.com/apache/flink/pull/14659#discussion_r560646431
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionJobVertex.java ########## @@ -499,31 +497,6 @@ public void fail(Throwable t) { } } - public void resetForNewExecution(final long timestamp, final long expectedGlobalModVersion) Review comment: I think `ExecutionVertex#resetForNewExecution(final long timestamp, final long originatingGlobalModVersion)` was used by this method. We should remove it as well. Besides that, could we have a separate hotfix commit to remove this method because it is not the work of removing globalModVersion? ---------------------------------------------------------------- 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: us...@infra.apache.org