dawidwys commented on a change in pull request #16066:
URL: https://github.com/apache/flink/pull/16066#discussion_r644612618
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/PendingCheckpoint.java
##########
@@ -384,31 +384,25 @@ public TaskAcknowledgeResult acknowledgeTask(
long ackTimestamp = System.currentTimeMillis();
long stateSize = 0L;
+ for (OperatorIDPair operatorID : operatorIDs) {
Review comment:
I was not sure. That's actually why I am going through a full review
process for the backport ;) If you are saying it applies only for rescaling
I'll drop the commit.
--
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]