Re: State in flink jobs

2017-01-16 Thread Stephan Ewen
Hi! State is only persisted as part of checkpoints or savepoints. If both are not used, then state is not persistent across restarts. Stephan On Mon, Jan 16, 2017 at 8:47 AM, Janardhan Reddy < janardhan.re...@olacabs.com> wrote: > Hi, > > Is the value state persisted across job restart/deploym

State in flink jobs

2017-01-15 Thread Janardhan Reddy
Hi, Is the value state persisted across job restart/deployment without savepoint if checkpointing is disabled.