You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aitozi (Jira)" <ji...@apache.org> on 2022/02/23 14:12:00 UTC

[jira] [Created] (FLINK-26337) Avoid load flink conf each reconcile loop

Aitozi created FLINK-26337:
------------------------------

             Summary: Avoid load flink conf each reconcile loop
                 Key: FLINK-26337
                 URL: https://issues.apache.org/jira/browse/FLINK-26337
             Project: Flink
          Issue Type: Sub-task
            Reporter: Aitozi


It will create FlinkConfigBuilder at every loop of reconcile,  It's not necessary and may bring overhead. The default flink conf and operator conf should load at entry point. If the ConfigMap is updated, then operator should be trigger upgrade to load new config. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)