dawidwys commented on a change in pull request #16633:
URL: https://github.com/apache/flink/pull/16633#discussion_r680909316
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/PendingCheckpoint.java
##########
@@ -241,6 +263,10 @@ public boolean isAcknowledgedBy(ExecutionAttemptID
executionAttemptId) {
return !notYetAcknowledgedTasks.containsKey(executionAttemptId);
}
+ public Set<JobVertexID> getVertexRequireReliableCommit() {
Review comment:
I believe we can remove all the traces of `reliable commit`, right?
--
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]