You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/27 10:11:02 UTC

[GitHub] [flink] Myasuka commented on a change in pull request #18517: [FLINK-25816][state] Remove checkpoint abortion notification of notify backend

Myasuka commented on a change in pull request #18517:
URL: https://github.com/apache/flink/pull/18517#discussion_r793449550



##########
File path: flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/ChangelogKeyedStateBackend.java
##########
@@ -524,22 +496,6 @@ public void notifyCheckpointAborted(long checkpointId) throws Exception {
             // This might change if the log ownership changes (the method won't likely be needed).
             stateChangelogWriter.reset(lastUploadedFrom, lastUploadedTo);
         }

Review comment:
       I think it deserved to add a `TODO` to implement notfiy the delegated state backend at proper time.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org