fokmess opened a new issue, #32600:
URL: https://github.com/apache/airflow/issues/32600
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
I have bug:
When task fail with this:
> [2023-07-13, 21:11:04 UTC] {logging_mixin.py:137} INFO - <generator object
SQLDatabase._query_iterator at 0x7f5412c4d740>
> [2023-07-13, 21:15:34 UTC] {local_task_job.py:159} INFO - Task exited with
return code Negsignal.SIGKILL
> [2023-07-13, 21:15:35 UTC] {taskinstance.py:2623} INFO - 0 downstream
tasks scheduled from follow-on schedule check
The scheduler stop importing DAG and start saying **DAG seems to be missing**
In scheduler log when it attempt to parse dag it write that retrieved this
dag:
> [2023-07-14T01:59:58.586+0000] {processor.py:766} INFO - DAG(s)
dict_keys(['MainLoader']) retrieved from
/home/listopadov/airflow/dags/EVRAZ_DAGS_GENERATOR.py
But below it write:
> [2023-07-14T06:31:49.645+0000] {logging_mixin.py:137} INFO -
[2023-07-14T06:31:49.644+0000] {taskinstance.py:1853} ERROR - {'DAG Id':
'MainLoader', 'Task Id': 'LOADING_DATA.Load_Tran.insert_data', 'Run Id':
'scheduled__2023-07-12T21:00:00+00:00', 'Hostname': 'localhost'}
Scheduler write it to log until restart, after this one the dag importing
correctly.
### What you think should happen instead
_No response_
### How to reproduce
I think it happened whet Linux doesn't how enough RAM for task and marked
failed, but something goes wrong
### Operating System
Ubuntu 20.04.4 LTS
### Versions of Apache Airflow Providers
apache-airflow==2.4.3
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]