You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 18:02:03 UTC

[jira] [Assigned] (AIRFLOW-428) Scheduler restart (via SIGKILL) leaves orphaned celery and airflow run processes

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

Apache Spark reassigned AIRFLOW-428:
------------------------------------

    Assignee: Li Xuanji  (was: Holden Karau's magical unicorn)

> Scheduler restart (via SIGKILL) leaves orphaned celery and airflow run processes
> --------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-428
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-428
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Li Xuanji
>            Assignee: Li Xuanji
>            Priority: Major
>
> Airflow worker currently becomes a celery process. Sending a SIGTERM to it performs a warm shutdown which waits for tasks to exit. We use runit which will send a SIGKILL after some time passes; the SIGKILL causes the airflow run commands to be orphaned (parented onto PID 1 init, celery does not know about them).



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