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/24 12:09:00 UTC

[jira] [Created] (FLINK-7500) Set JobMaster leader session id in main thread

Till Rohrmann created FLINK-7500:
------------------------------------

             Summary: Set JobMaster leader session id in main thread
                 Key: FLINK-7500
                 URL: https://issues.apache.org/jira/browse/FLINK-7500
             Project: Flink
          Issue Type: Sub-task
          Components: Distributed Coordination
    Affects Versions: 1.4.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor


Currently, the {{JobMaster}} leader id is set via an {{AtomicReferenceUpdater}}. In order to make it work with the new {{FencedRpcEndpoint}} it should be set in the main thread, because the former only allows to modify the leader session id from the main thread.



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