Thanks for pointing me to the JIRA, Congxian.
On Thu, Mar 14, 2019 at 6:14 PM Congxian Qiu wrote:
> Hi Lakshmi
>
> Currently, we can’t switch between rocksdb and filesystem backend using
> savepoint, there is an issue to fix this[1].
>
>
> [1] https://issues.apache.org/jira/browse/FLINK-11254
>
Hi Lakshmi
Currently, we can’t switch between rocksdb and filesystem backend using
savepoint, there is an issue to fix this[1].
[1] https://issues.apache.org/jira/browse/FLINK-11254
Best,
Congxian
Lakshmi Gururaja Rao 于2019年3月15日周五 上午8:07写道:
> Hey all,
>
> I'm trying to do a state migratio
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 what