Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.0
Description
In RocksDBStateBackendTest there's a parameterized variable enableIncrementalCheckpointing, but after we refactor the backend build into the builder pattern in FLINK-10043 we didn't respect this variable. To fix this, we should add a setEnableIncrementalCheckpointing(enableIncrementalCheckpointing) invocation before building the backend in RocksDBStateBackendTest.setupRocksKeyedStateBackend.
Attachments
Issue Links
- is caused by
-
FLINK-10043 Refactor object construction/inititlization/restore code
- Closed
- links to