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

    https://github.com/apache/flink/pull/5239#discussion_r170251605
  
    --- Diff: 
flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackend.java
 ---
    @@ -270,6 +277,8 @@ public RocksDBKeyedStateBackend(
                        new IncrementalSnapshotStrategy() :
                        new FullSnapshotStrategy();
     
    +           this.writeOptions = new WriteOptions().setDisableWAL(false);
    --- End diff --
    
    We enable WAL in contrast to the previous state. This is intended, right?


---

Reply via email to