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
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
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
>