You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/04/13 10:49:00 UTC

[jira] [Created] (FLINK-27222) Execution history limit can lead to eviction of critical local-recovery information

Chesnay Schepler created FLINK-27222:
----------------------------------------

             Summary: Execution history limit can lead to eviction of critical local-recovery information
                 Key: FLINK-27222
                 URL: https://issues.apache.org/jira/browse/FLINK-27222
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.15.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.16.0, 1.15.1


Local recovery relies on knowing the allocation id of the last deployment. To that end we iterate over all previous execution attempts and use the last {{assignedAllocationID}}, if any.
However, since the execution history is bounded (to, by default, 16 entries) this can lead this information being evicted.

In other words, with the default configuration (history limit = 16, restart delay = 1s) local recovery can only kick if the TM is restarted within 16 seconds.

We should decouple this information from the execution (history).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)