You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/02 02:25:16 UTC

[GitHub] [flink-kubernetes-operator] Aitozi commented on a change in pull request #31: [FLINK-26399] Make some option of operator configurable

Aitozi commented on a change in pull request #31:
URL: https://github.com/apache/flink-kubernetes-operator/pull/31#discussion_r817296067



##########
File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/BaseReconciler.java
##########
@@ -41,17 +43,32 @@
 
     private static final Logger LOG = LoggerFactory.getLogger(BaseReconciler.class);
 
-    public static final int REFRESH_SECONDS = 60;
-    public static final int PORT_READY_DELAY_SECONDS = 10;
+    public final int reconcileDelayInSec;
+    public final int portCheckIntervalInSec;

Review comment:
       Agree, will follow your suggestion




-- 
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: commits-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org