TTL state migration

Posted by Ning Shi on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/TTL-state-migration-tp24935.html

I have a job using TTL map state and RocksDB state backend. If I
lengthen the TTL on the map state and resume the job from savepoint (or
checkpoint assuming I don't change the state backend), will new values
added to that map have the new TTL or will the old TTL in the savepoint
override my changes?

Thanks,

Ning