Hi Yuval,
You should be able to restore from the last checkpoint by restarting the job with the same checkpoint directory.
An incremental part is removed only if none of retained checkpoints points to it.
Best,
Andrey
> On 13 Mar 2020, at 16:06, Yuval Itzchakov <
[hidden email]> wrote:
>
> Hi,
>
> We're using RocksDB as a state backend. We've come to a situation where due to high backpressure in one of our operators, we can't make a savepoint complete.
>
> Since we have retained previous checkpoints, I was wondering if these would be eligible to serve as a restoration point, given that we are taking advantage of RocksDBs incremental snapshot capability, I was unsure. Would the incremental snapshot be missing data? or do they point to the remaining parts of previous checkpoints?