You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2014/11/03 19:41:33 UTC

[jira] [Created] (FLINK-1205) LibraryCacheManager should track execution IDs of library registrations

Stephan Ewen created FLINK-1205:
-----------------------------------

             Summary: LibraryCacheManager should track execution IDs of library registrations
                 Key: FLINK-1205
                 URL: https://issues.apache.org/jira/browse/FLINK-1205
             Project: Flink
          Issue Type: Bug
          Components: Distributed Runtime
    Affects Versions: 0.8-incubating
            Reporter: Stephan Ewen
             Fix For: 0.8-incubating


Currently, it is hard to guarantee that on a failed execution attempt, the libraries are de-registered exactly once. Only references per JobId are tracked. If we track the registered ExecutionAttempts, we can make sure we de-register only if we have not yet de-registered that execution attempt.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)