Till Rohrmann created FLINK-11719:
-------------------------------------

             Summary: Remove JobMaster#start(JobMasterId) and #suspend
                 Key: FLINK-11719
                 URL: https://issues.apache.org/jira/browse/FLINK-11719
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Coordination
    Affects Versions: 1.8.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann


Currently, the {{JobMaster}} contains a lot of mutable state which is necessary 
because it is used across different leadership sessions by the 
{{JobManagerRunner}}. For this purpose, we have the methods 
{{JobMaster#start(JobMasterId)}} and {{#suspend}}. The mutable state management 
makes things on the {{JobMaster}} side more complicated than they need to be. 
In order to improve the {{JobMaster's}} maintainability I suggest to remove 
this logic and instead terminate the {{JobMaster}} if the {{JobManagerRunner}} 
loses leadership. This entails that for every leadership we will create a new 
{{JobMaster}} instance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to