pingzh commented on issue #23950: URL: https://github.com/apache/airflow/issues/23950#issuecomment-1146540716
@karakanb my theory is that your airflow tasks somehow were force-killed via `-9` signal, from this line `FAILED: Task is in the running state`, this means the state of this task in the database is still `running` but your task was actually not running, this is likely to happen that your task was killed via `-9` thus the signal handler wasn't invoked properly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
