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

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

    [ https://issues.apache.org/jira/browse/FLINK-27912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550411#comment-17550411 ] 

ConradJam commented on FLINK-27912:
-----------------------------------

Hi [~gyfora] , I want to try this ticket, can i take it ?

> 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
>            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)