Github user StefanRRichter commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5239#discussion_r162582649
  
    --- Diff: 
flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackend.java
 ---
    @@ -1041,7 +1045,13 @@ public void restore(Collection<KeyedStateHandle> 
restoreState) throws Exception
     
        @Override
        public void notifyCheckpointComplete(long completedCheckpointId) {
    +
    +           if (!enableIncrementalCheckpointing) {
    --- End diff --
    
    👍 


---

Reply via email to