Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0
Description
This issue implements FLIP-198. The idea is to introduce a working directory that can be used by Flink processes to store data that can be recovered if the process is restarted with access to the same working directory (e.g. via persistent volumes or restarting the process on the same node).
The working directory will be default created in the temporary directory of the executing node. Moreover, the path will include the resource id of the Flink process. This will ensure that by default (random resource id), a newly started Flink process will see an empty working directory.
This is an optional feature that might not be usable for all Flink deployments.
Attachments
Issue Links
- causes
-
FLINK-27165 Benchmark test SerializationFrameworkMiniBenchmarks#serializerHeavyString became unstable
- Open
- is required by
-
FLINK-25403 Make BlobServer/BlobCache compatible with local working directories
- Closed
- relates to
-
FLINK-26014 Document how to use the working directory for faster local recoveries
- Closed
- links to