You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shammon (Jira)" <ji...@apache.org> on 2021/12/27 03:24:00 UTC

[jira] [Created] (FLINK-25445) TaskExecutor always creates local file for task even when local state store is not used

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)