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/02/04 01:42:00 UTC

[GitHub] [airflow] shinexia edited a comment on issue #10964: No response from gunicorn master within 120 seconds After Changing Worker Class

shinexia edited a comment on issue #10964:
URL: https://github.com/apache/airflow/issues/10964#issuecomment-772959801


   i got the same issue
   
   $ tail -n 5 airflow-webserver.log
   2021-01-27 21:16:06,457 INFO - Received signal: 15. Closing gunicorn.
   2021-01-27 21:20:33,961 INFO - Received signal: 15. Closing gunicorn.
   2021-01-28 10:40:02,935 INFO - Received signal: 15. Closing gunicorn.
   2021-02-04 09:17:43,544 ERROR - No response from gunicorn master within 120 seconds
   2021-02-04 09:17:43,545 ERROR - Shutting down webserver
   
   $ airflow info   
   Apache Airflow [1.10.14]
   
   Platform: [Linux, x86_64] uname_result(system='Linux', node='xxx', release='5.4.0-65-generic', version='#73-Ubuntu SMP Mon Jan 18 17:25:17 UTC 2021', machine='x86_64', processor='x86_64')
   Locale: ('en_US', 'UTF-8')
   Python Version: [3.7.9 (default, Aug 31 2020, 12:42:55)  [GCC 7.3.0]]
   Python Location: [/opt/airflow/venv/bin/python]
   
   git: [git version 2.25.1]
   ssh: [OpenSSH_8.2p1 Ubuntu-4ubuntu0.1, OpenSSL 1.1.1f  31 Mar 2020]
   kubectl: [NOT AVAILABLE]
   gcloud: [NOT AVAILABLE]
   cloud_sql_proxy: [NOT AVAILABLE]
   mysql: [mysql  Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))]
   sqlite3: [3.31.1 2020-01-27 19:55:54 3bfa9cc97daxxxxxx117345eeb516eaa837balt1]
   psql: [NOT AVAILABLE]
   
   
   Executor: [LocalExecutor]
   SQL Alchemy Conn: [mysql://xxx:xxx@xxx:3306/airflow]
   DAGS Folder: [/opt/airflow/dags]
   Plugins Folder: [/opt/airflow/plugins]
   Base Log Folder: [/opt/airflow/logs]
   


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