zentol opened a new pull request #8896: [FLINK-12993][runtime] Refactor 
forceReleaseOnConsumption to JM concept
URL: https://github.com/apache/flink/pull/8896
 
 
   The `forceReleaseOnConsumption` flag allows us to switch between the current 
behavior (all partitions are released on consumption) and the planned new 
behavior (only pipelined partitions are released on consumption).
   
   This PR moves the processing of this flag from the TM side (where it was 
handled in the netty shuffle environment) to the JM side (now handled in the 
Execution when creating the ResultPartitionDeploymentDescriptor).
   
   The corresponding config option is evaluated by the `ExecutionGraphBuilder`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to