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_r303817375
 
 

 ##########
 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:
   if no failures occur, then yes we will keep partitions until the failover 
region is consumed.
   
   Long-term we should couple the partition release logic / 
releasedOnConsumption flag with the failover strategy so we don't keep 
partitions around for no reason.

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