You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Sudarshan Vasudevan (Jira)" <ji...@apache.org> on 2020/10/07 19:05:00 UTC

[jira] [Updated] (GOBBLIN-815) Avoid eager resolution of configs when loading job templates from template catalog

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

Sudarshan Vasudevan updated GOBBLIN-815:
----------------------------------------
    Fix Version/s: 0.15.0

> Avoid eager resolution of configs when loading job templates from template catalog
> ----------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-815
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-815
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-service
>    Affects Versions: 0.15.0
>            Reporter: Sudarshan Vasudevan
>            Assignee: Abhishek Tiwari
>            Priority: Minor
>             Fix For: 0.15.0, 0.16.0
>
>
> Eager resolution of configs can result in inconsistent application of substitutions. For example: if job template has the following configs:
> key1 = "val1"
> key2 = ${key1}
> and if key1 is dynamically overridden (e.g. via FlowSpec) to "val2", then the current behavior will result in:
> key1="val2"
> key2="val1" 
> The correct behavior should be to have both key1 and key2 to be set to "val2". 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)