Hi Andrey, Thank you for the reply.
We are using incremental checkpointing. Good to know that the incremental cleanup only applies to the heap state backend. Looks like taking some downtime to take a full savepoint and restore everything is inevitable. Thanks, -- Ning On Wed, 15 May 2019 10:53:25 -0400, Andrey Zagrebin wrote: > > Hi Ning, > > If you have not activated non-incremental checkpointing then taking a > savepoint is the only way to trigger the full snapshot. In any case, it > will take time. > > The incremental cleanup strategy is applicable only for heap state backend > and does nothing for RocksDB backend. At the moment, you can combine only > compaction filter with full snapshotting cleanup with RocksDB backend. > > Best, > Andrey