zentol commented on a change in pull request #9117: [FLINK-13223][dist] Enable
fine-grained recovery by default in distribution
URL: https://github.com/apache/flink/pull/9117#discussion_r303768067
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
##########
@@ -186,7 +186,7 @@
@Documentation.ExcludeFromDocumentation("dev use only; likely
temporary")
public static final ConfigOption<Boolean>
FORCE_PARTITION_RELEASE_ON_CONSUMPTION =
key("jobmanager.scheduler.partition.force-release-on-consumption")
- .defaultValue(true);
+ .defaultValue(false);
Review comment:
the partitions will be released when the vertices are being reset; i.e. on
each full restart all partitions would be released.
----------------------------------------------------------------
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