You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/09 05:31:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-25445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-25445:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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.12.7, 1.13.5, 1.14.2
>            Reporter: Shammon
>            Priority: Major
>              Labels: pull-request-available
>
> `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)