houqp commented on pull request #13299:
URL: https://github.com/apache/airflow/pull/13299#issuecomment-751876192


   One difference I noticed between github action and local breeze is in github 
action run, scheduler pod is failing health check and has the following log:
   
   ```
     [2020-12-28 05:10:13,215] {process_utils.py:95} INFO - Sending 
Signals.SIGTERM to GPID 35
     [2020-12-28 05:10:13,740] {settings.py:290} DEBUG - Disposing DB 
connection pool (PID 7057)
     [2020-12-28 05:10:13,752] {settings.py:290} DEBUG - Disposing DB 
connection pool (PID 7064)
     [2020-12-28 05:10:13,756] {process_utils.py:201} INFO - Waiting up to 5 
seconds for processes to exit...
     [2020-12-28 05:10:13,762] {process_utils.py:201} INFO - Waiting up to 5 
seconds for processes to exit...
     [2020-12-28 05:10:13,768] {process_utils.py:61} INFO - Process 
psutil.Process(pid=7057, status='terminated', started='05:10:12') (7057) 
terminated with exit code None
     [2020-12-28 05:10:13,769] {process_utils.py:61} INFO - Process 
psutil.Process(pid=7064, status='terminated', started='05:10:12') (7064) 
terminated with exit code None
     [2020-12-28 05:10:13,769] {process_utils.py:61} INFO - Process 
psutil.Process(pid=35, status='terminated', exitcode=0, started='05:07:55') 
(35) terminated with exit code 0
     [2020-12-28 05:10:13,770] {scheduler_job.py:1297} INFO - Exited execute 
loop
     [2020-12-28 05:10:13,775] {cli_action_loggers.py:84} DEBUG - Calling 
callbacks: []
   ```
   
   But I am not able to reproduce this in local kubernetes test run at all. 
However, both local and remote run all failed on the same set of tests.


----------------------------------------------------------------
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:
[email protected]


Reply via email to