Re: RIC Incremental and GIC Incremental checkpoint use question

2023-03-26 Thread Yuan Mei
Hey Thanks for trying out GIC! As Yanfei mentioned, GIC and RocksDB incremental do not conflict with each other. GIC is a generalized way to do incremental Flink checkpoints. At the same time, RocksDB-incremental is a way to do incremental snapshots for backend db (RocksDB). Please let us know t

Re: RIC Incremental and GIC Incremental checkpoint use question

2023-03-25 Thread Yanfei Lei
Hi ConradJam, > If Generic Incremental Checkpoint (GIC) enable, rocksdb Incremental > Checkpoint can be disable or enable, Do they both have conflicting switches, > does my turning on (GIC) mean I no longer need enable rocksdb Incremental > Checkpoint ? The GIC and rocksdb incremental Checkp

RIC Incremental and GIC Incremental checkpoint use question

2023-03-25 Thread ConradJam
Hi Community . I would like to consult about some configurations of Rocksdb incremental checkpoints and GIC. In Flink 1.17,I want to try this feature . If Generic Incremental Checkpoint (GIC) enable, rocksdb Incremental Checkpoint can be disable or enable, Do they both have conflicting switches, do