[
https://issues.apache.org/jira/browse/AIRFLOW-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16938015#comment-16938015
]
ASF subversion and git services commented on AIRFLOW-5419:
----------------------------------------------------------
Commit effb4567192a6dd340c99670e2c3ba0f145e62cb in airflow's branch
refs/heads/v1-10-stable from Bharath Palaksha
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=effb456 ]
[AIRFLOW-5419] Correctly use `sudo` to kill cleared tasks when running with
impersonation (#6176)
Bug fix to #6026
(cherry picked from commit 418143222026fa27ed0ebdd12b1566ef78fbcccb)
> Marking task failed doesn't kill the task when it is run through
> impersonation(run_as_user)
> -------------------------------------------------------------------------------------------
>
> Key: AIRFLOW-5419
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5419
> Project: Apache Airflow
> Issue Type: Bug
> Components: core
> Affects Versions: 1.10.2
> Reporter: Bharath Palaksha
> Assignee: Bharath Palaksha
> Priority: Major
> Fix For: 1.10.6
>
>
> Airflow dag which is run using "run_as_user" doesn't get killed when SIGTERM
> signal is sent to the process.
> When task is marked for failure by user or by scheduler - SIGTERM signal is
> sent to kill the process, but task has a different user id and it requires
> sudo kill to be killed.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)