You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all
using latest helm chart for flink, i can not see any way to make Flink use persistent storage to persist state of jobs etc.
now after restart every job is lost.
any related config that you can point me?
thanks
regards
pisko
What is the feature you are proposing to solve the problem?
Persistent volumes to persist job states and history
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
You need to configure "Checkpoints" in order to store the state of jobs on "state backends" which basically supports two types "HashMapStateBackend" (saved in JVM heap memory) and "EmbeddedRocksDBStateBackend" (key-value store):
Please note this chart doesn't support deploying a key-value store in case you want to use a "EmbeddedRocksDBStateBackend", hence you need to deploy it independently.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Name and Version
bitnami/flink 1.4.2
What is the problem this feature will solve?
Hi all
using latest helm chart for flink, i can not see any way to make Flink use persistent storage to persist state of jobs etc.
now after restart every job is lost.
any related config that you can point me?
thanks
regards
pisko
What is the feature you are proposing to solve the problem?
Persistent volumes to persist job states and history
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: