zhijiangW 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_r291902326
########## File path: flink-core/src/main/java/org/apache/flink/configuration/NettyShuffleEnvironmentOptions.java ########## @@ -209,6 +210,11 @@ .withDeprecatedKeys("taskmanager.net.request-backoff.max") .withDescription("Maximum backoff in milliseconds for partition requests of input channels."); + @Documentation.ExcludeFromDocumentation("dev use only; likely temporary") + public static final ConfigOption<Boolean> RELEASE_EXTERNALLY_MANAGED_PARTITIONS_ON_CONSUMPTION = + key("taskmanager.network.partition.release-externally-managed-on-consumption") Review comment: key("taskmanager.network.release-externally-managed-partitions-on-consumption") to consistent with var naming. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services