luederm commented on issue #37149:
URL: https://github.com/apache/airflow/issues/37149#issuecomment-1927995275

   I ran the task manually as you suggested. I didn't see much in the log 
output besides for:
   `INFO - Running <TaskInstance: example_bash_operator.this_will_skip 
manual__2024-02-05T14:07:31+00:00 [failed]> on host C********`
   It also looks like it failed in the UI.
   
   I installed python through venv with my system's python (3.9)
   ```
   /usr/bin/python3 -m venv envs/2.8.1
   source envs/2.8.1/bin/activate
   pip install 
"apache-airflow[async,celery,crypto,jdbc,ldap,password,mysql,postgres,redis,s3,sftp,ssh,slack]==2.8.1"
 --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.9.txt";
   ```
   
   One notable thing is that when using venv, google-re2 installed through pip 
without error. That was not the case with my conda environment, which is why I 
had installed it through conda instead of pip. However, now I just get a new 
error when I try to access the UI:
   ```
   standalone | Airflow Standalone is for development purposes only. Do not use 
this in production!
   webserver  | [2024-02-05 14:46:57 -0500] [3621] [ERROR] Worker (pid:3653) 
was sent SIGKILL! Perhaps out of memory?
   webserver  | [2024-02-05 14:46:57 -0500] [3678] [INFO] Booting worker with 
pid: 3678
   webserver  | [2024-02-05 14:46:58 -0500] [3621] [ERROR] Worker (pid:3655) 
was sent SIGKILL! Perhaps out of memory?
   webserver  | [2024-02-05 14:46:58 -0500] [3686] [INFO] Booting worker with 
pid: 3686
   webserver  | [2024-02-05 14:46:58 -0500] [3621] [ERROR] Worker (pid:3656) 
was sent SIGKILL! Perhaps out of memory?
   webserver  | [2024-02-05 14:46:58 -0500] [3621] [ERROR] Worker (pid:3657) 
was sent SIGKILL! Perhaps out of memory?
   webserver  | [2024-02-05 14:46:58 -0500] [3689] [INFO] Booting worker with 
pid: 3689
   webserver  | [2024-02-05 14:46:58 -0500] [3690] [INFO] Booting worker with 
pid: 3690
   webserver  | [2024-02-05 14:47:03 -0500] [3621] [ERROR] Worker (pid:3690) 
was sent SIGKILL! Perhaps out of memory?
   webserver  | [2024-02-05 14:47:03 -0500] [3705] [INFO] Booting worker with 
pid: 3705
   ```
   Memory doesn't seem like the problem, as I still have an ample amount when 
these errors are thrown. 


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to