tillrohrmann commented on a change in pull request #8654: 
[FLINK-12647][network] Add feature flag to disable release of consumed blocking 
partitions
URL: https://github.com/apache/flink/pull/8654#discussion_r293358416
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/NettyShuffleEnvironmentConfiguration.java
 ##########
 @@ -60,6 +60,8 @@
 
        private final boolean isNetworkDetailedMetrics;
 
+       private final boolean isReleaseExternallyManagedPartitionsOnConsumption;
 
 Review comment:
   If we renamed the field `isManagedExternally` in the 
`ResultPartitionDeploymentDescriptor` into `releaseOnConsumption`, we could 
rename this field into `forcePartitionReleaseOnConsumption`.

----------------------------------------------------------------
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