You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/06 14:40:15 UTC

[GitHub] [flink] zentol opened a new pull request #8654: [FLINK-12647][network] Add feature flag to disable release of consumed blocking partitions

zentol opened a new pull request #8654: [FLINK-12647][network] Add feature flag to disable release of consumed blocking partitions
URL: https://github.com/apache/flink/pull/8654
 
 
   ## What is the purpose of the change
   
   Based on #8608; only the last commit is relevant.
   
   Introduces a feature flag to disable the automatic released of consumed blocking result partitions by the shuffle environment.
   
   This is useful for the development of the result partition life-cycle management. In the future blocking partitions are not released on consumption, and only if told to do so by the JobMaster.
   This flag allows us to retain existing functionality, while working against future behavior in tests.
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services