idleTimeMsPerSecond on Flink 1.9?

2021-03-08 Thread Lakshmi Gururaja Rao
Hi I'm trying to understand the implementation of idleTimeMsPerSecond. Specifically what I'm trying to do is, adapt this metric to be used with Flink 1.9 (for a fork). I tried an approach similar to this PR and measuring the time to request a

Re: Rocksdb to filesystem state migration errors

2019-03-15 Thread Lakshmi Gururaja Rao
ra/browse/FLINK-11254 > > > Best, > Congxian > > > Lakshmi Gururaja Rao 于2019年3月15日周五 上午8:07写道: > >> Hey all, >> >> I'm trying to do a state migration from rocksdb --> filesystem backend. >> The approach I'm taking here is: >> 1) Cance

Rocksdb to filesystem state migration errors

2019-03-14 Thread Lakshmi Gururaja Rao
Hey all, I'm trying to do a state migration from rocksdb --> filesystem backend. The approach I'm taking here is: 1) Cancel job with savepoint while its running on rocksdb 2) Update the job/cluster with filesystem as the state backend 3) Submit a job with the previous rocksdb savepoint >From