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

Abhishek Tiwari updated GOBBLIN-815:
------------------------------------
    Fix Version/s:     (was: 0.15.0)
                   0.16.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.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)

Reply via email to