You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/08/26 10:20:00 UTC

[jira] [Created] (FLINK-7526) TaskExecutor should filter out duplicate JobManager gained leadership messages

Till Rohrmann created FLINK-7526:
------------------------------------

             Summary: TaskExecutor should filter out duplicate JobManager gained leadership messages
                 Key: FLINK-7526
                 URL: https://issues.apache.org/jira/browse/FLINK-7526
             Project: Flink
          Issue Type: Bug
          Components: Distributed Coordination
    Affects Versions: 1.4.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor


Currently, the {{TaskExecutor}} does not filter out duplicate JobManager gained leadership messages. This causes that multiple {{JobManagerConnections}} are opened which are not properly closed. In order to solve the problem, we should filter out duplicate messages wrt the leader session id.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)