Re: Reg Checkpoint size using RocksDb
Posted by
Anirudh Mallem on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Reg-Checkpoint-size-using-RocksDb-tp10690p10698.html
Hi Stephan,
Thanks for your response. I shall try switching to the fully Async mode and see.
On another note, is there any option available to configure compaction capabilities using the default checkpointing mode? Thanks.
From: Stephan Ewen
Reply-To: "
[hidden email]"
Date: Monday, December 19, 2016 at 11:51 AM
To: "
[hidden email]"
Subject: Re: Reg Checkpoint size using RocksDb
Hi!
If you use the default checkpoint mode, Flink will checkpoint the current RocksDB instance. It may be that there simply has not been a compaction in RocksDB when checkpointing, so the checkpoint contains some "old data" as well.
If you switch to the "fully async" mode, it should always only checkpoint the latest state of RocksDB.
Best,
Stephan