Re: Question about RocksDBStateBackend Compaction Filter state cleanup

2020-03-17 Thread Andrey Zagrebin
filter.h#L140 > > Best > Yun Tang > > -- > *From:* LakeShen > *Sent:* Tuesday, March 17, 2020 15:30 > *To:* dev ; user-zh ; > user > *Subject:* Question about RocksDBStateBackend Compaction Filter state > cleanup > > Hi c

Re: Question about RocksDBStateBackend Compaction Filter state cleanup

2020-03-17 Thread Yun Tang
compaction_filter.h#L140 Best Yun Tang From: LakeShen Sent: Tuesday, March 17, 2020 15:30 To: dev ; user-zh ; user Subject: Question about RocksDBStateBackend Compaction Filter state cleanup Hi community , I see the flink RocksDBStateBackend state

Question about RocksDBStateBackend Compaction Filter state cleanup

2020-03-17 Thread LakeShen
Hi community , I see the flink RocksDBStateBackend state cleanup,now the code like this : StateTtlConfig ttlConfig = StateTtlConfig .newBuilder(Time.seconds(1)) .cleanupInRocksdbCompactFilter(1000) .build(); > The default background cleanup for RocksDB backend queries the current >