Shammon created FLINK-25445:
-------------------------------
Summary: TaskExecutor always creates local file for task even when
local state store is not used
Key: FLINK-25445
URL: https://issues.apache.org/jira/browse/FLINK-25445
Project: Flink
Issue Type: Sub-task
Components: Runtime / Coordination
Affects Versions: 1.14.2, 1.13.5, 1.12.7
Reporter: Shammon
`TaskExecutor` will create file, check `localRecoveryEnabled` and load local
state store for each task submission in method `localStateStoreForSubtask`. For
batch jobs, the `localRecoveryEnabled` is always false, and there's no need to
create these local files for task in `TaskExecutor`
--
This message was sent by Atlassian Jira
(v8.20.1#820001)