You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/06/08 05:51:00 UTC

[jira] [Assigned] (FLINK-27912) Improve operator config names

     [ https://issues.apache.org/jira/browse/FLINK-27912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora reassigned FLINK-27912:
----------------------------------

    Assignee: ConradJam

> Improve operator config names
> -----------------------------
>
>                 Key: FLINK-27912
>                 URL: https://issues.apache.org/jira/browse/FLINK-27912
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kubernetes Operator
>            Reporter: Gyula Fora
>            Assignee: ConradJam
>            Priority: Major
>             Fix For: kubernetes-operator-1.1.0
>
>
> We should remove observer/reconciler and other internal concepts from most config names especially the ones that are mainly user facing.
> We should also unify/simplify different config names to make this maintainable in the future.
> ||From||To||
> |kubernetes.operator.reconciler.flink.cancel.job.timeout|kubernetes.operator.flink.client.cancel.timeout|
> |kubernetes.operator.reconciler.flink.cluster.shutdown.timeout|kubernetes.operator.flink.client.cancel.timeout|
> |kubernetes.operator.observer.flink.client.timeout|kubernetes.operator.flink.client.timeout|
> |kubernetes.operator.reconciler.jm-deployment-recovery.enabled|kubernetes.operator.jm-deployment-recovery.enabled|
> |kubernetes.operator.reconciler.reschedule.interval|kubernetes.operator.reconcile.interval|
> |kubernetes.operator.reconciler.max.parallelism|kubernetes.operator.reconcile.parallelism|
>  
> The old config key should be kept as deprecatedkey to maintain compatibility.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)