You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/05/24 10:21:00 UTC

[jira] [Created] (FLINK-12616) Maintain connection between JM<->TM until all partitions have been released

Chesnay Schepler created FLINK-12616:
----------------------------------------

             Summary: Maintain connection between JM<->TM until all partitions have been released
                 Key: FLINK-12616
                 URL: https://issues.apache.org/jira/browse/FLINK-12616
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.9.0


Currently, the connection between JM and TM are kept open until all slots allocated by the JM on the TM have been released.
We have to extend this logic to also take partitions into account, such that partitions remain accessible to the JM, even if no slots are allocated.



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