You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/01/19 12:13:00 UTC

[jira] [Commented] (AIRFLOW-3060) DAG context manager fails to exit properly in certain circumstances

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

ASF subversion and git services commented on AIRFLOW-3060:
----------------------------------------------------------

Commit 2925566b7a74f53abb972508adf691cd140fd913 in airflow's branch refs/heads/v1-10-test from Newton Le
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=2925566 ]

[AIRFLOW-3060] DAG context manager fails to exit properly in certain circumstances



> DAG context manager fails to exit properly in certain circumstances
> -------------------------------------------------------------------
>
>                 Key: AIRFLOW-3060
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3060
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: DAG
>            Reporter: Newton Le
>            Assignee: Newton Le
>            Priority: Major
>             Fix For: 2.0.0
>
>
> In certain circumstances, such as in more complex DAGs where users utilize helper functions to add tasks, it may be possible to get into a condition where effectively there is a nested DAG context using the same DAG. When this happens, exiting both contexts does not reset `_CONTEXT_MANAGER_DAG`.
> This is especially problematic because the problem is seen in a later DAG, and the source of the error is not apparent.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)