morhidi commented on a change in pull request #38:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/38#discussion_r821089829
##########
File path:
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/OperatorConfigOptions.java
##########
@@ -38,4 +38,11 @@
.withDescription(
"The interval in second for the controller to
reschedule the reconcile process to "
+ "wait for deployment to be ready");
+
+ public static final ConfigOption<Integer>
+ OPERATOR_OBSERVER_SAVEPOINT_TRIGGER_GRACE_PERIOD_IN_SEC =
+
ConfigOptions.key("operator.observer.savepoint.trigger.grace-period.sec")
+ .intType()
+ .defaultValue(5)
+ .withDescription("TODO");
Review comment:
yup, fixed
--
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]