You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/15 09:26:04 UTC

[GitHub] [airflow] huozhanfeng commented on issue #10026: Duplicate tasks invoked for a single task_id when manually invoked task details modal.

huozhanfeng commented on issue #10026:
URL: https://github.com/apache/airflow/issues/10026#issuecomment-861340733


   It's still an issue with version 2.1.0. Is there anyone who has a workaround to solve it in the airflow 2.x version?
   
   `
   [2021-06-15 16:48:12,916] {local_task_job.py:193} WARNING - Recorded pid 747 does not match the current pid 745
   [2021-06-15 16:48:12,920] {process_utils.py:100} INFO - Sending Signals.SIGTERM to GPID 745
   [2021-06-15 16:48:12,937] {taskinstance.py:1264} ERROR - Received SIGTERM. Terminating subprocesses.
   [2021-06-15 16:48:12,937] {logging_mixin.py:104} INFO - Killing the Hive job
   [2021-06-15 16:49:12,940] {process_utils.py:113} WARNING - process psutil.Process(pid=747, name='airflow', status='sleeping', started='16:48:07') did not respond to SIGTERM. Trying SIGKILL
   [2021-06-15 16:49:12,941] {process_utils.py:113} WARNING - process psutil.Process(pid=771, name='java', status='zombie', started='16:48:09') did not respond to SIGTERM. Trying SIGKILL
   [2021-06-15 16:49:12,942] {process_utils.py:113} WARNING - process psutil.Process(pid=745, name='sudo', status='sleeping', started='16:48:07') did not respond to SIGTERM. Trying SIGKILL
   [2021-06-15 16:49:12,985] {process_utils.py:66} INFO - Process psutil.Process(pid=747, name='airflow', status='terminated', started='16:48:07') (747) terminated with exit code None
   [2021-06-15 16:49:12,987] {process_utils.py:66} INFO - Process psutil.Process(pid=771, name='java', status='terminated', started='16:48:09') (771) terminated with exit code None
   [2021-06-15 16:49:12,987] {process_utils.py:66} INFO - Process psutil.Process(pid=745, name='sudo', status='terminated', exitcode=<Negsignal.SIGKILL: -9>, started='16:48:07') (745) terminated with exit code Negsignal.SIGKILL
   `


-- 
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.

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