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:29:30 UTC

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

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



##########
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:
       Good point.
   I've created FLINK-25842, will mention that ticket in the comment.




-- 
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