mxm commented on code in PR #711:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/711#discussion_r1404530659
##########
flink-autoscaler/src/main/java/org/apache/flink/autoscaler/config/AutoScalerOptions.java:
##########
@@ -142,6 +142,27 @@ private static ConfigOptions.OptionBuilder
autoScalerConfig(String key) {
.withDescription(
"Expected restart time to be used until the
operator can determine it reliably from history.");
+ public static final ConfigOption<Boolean> PREFER_TRACKED_RESTART_TIME =
+ autoScalerConfig("restart.time-tracking.enabled")
+ .booleanType()
+ .defaultValue(false)
Review Comment:
This should probably be enabled by default. We can still change this default
though.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]