Thank you, Alex, much appreciated.
I'll check if changing a temporary io folder helps to resolve the issue.
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
my guess is that tmp directory got cleaned on your host and Flink couldn't
restore memory state from it upon startup.
Take a look at
https://ci.apache.org/projects/flink/flink-docs-stable/ops/config.html#configuring-temporary-io-directories
article, I think it is relevant
On Thu, Nov 1, 2018 at 8
Hi everyone,
I'm having an issue when restarting a job in Flink. I'm doing a simple stop
with savepoint and then start from the savepoint. Savepoints are stored in
a separate folder, there is no configuration for "/tmp" folder in my setup.
There is only 1 task manager and parallelism is 1.
I'm ge