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/06/26 07:48:00 UTC

[jira] [Created] (FLINK-12993) Rework forceReleaseOnConsumptionFlag to be JM internal concept

Chesnay Schepler created FLINK-12993:
----------------------------------------

             Summary: Rework forceReleaseOnConsumptionFlag to be JM internal concept
                 Key: FLINK-12993
                 URL: https://issues.apache.org/jira/browse/FLINK-12993
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Network
    Affects Versions: 1.9.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.9.0


The forceReleaseOnConsumption flag is currently evaluated on the TM side deep in the netty shuffle environment.

We can rework this to be evaluated on the JM side, by setting the releasedOnConsumption flag in the ResultPartitionDeploymentDescriptor appropriately.

This consolidates the setting of releasedOnConsumption on the JM, and also allows this to be used with other shuffle service implementations.



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