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

 ##########
 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:
   Quick question: How would Flink behave if failover strategy is set to `full` 
and this config option being set to `false`? Would we keep blocking result 
partitions until a pipelined region has been completely executed?

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

Reply via email to