azagrebin commented on a change in pull request #14256:
URL: https://github.com/apache/flink/pull/14256#discussion_r532437396
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/operators/coordination/RecreateOnResetOperatorCoordinator.java
##########
@@ -366,12 +366,15 @@ void start() throws Exception {
internalCoordinator.start();
}
- void resetAndStart(@Nullable byte[] checkpointData, boolean
started) {
+ void resetAndStart(
+ final long checkpointId,
+ @Nullable final byte[] checkpointData, boolean
started) {
Review comment:
nit: formatting is off
----------------------------------------------------------------
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]