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/01/25 09:11:43 UTC

[GitHub] [airflow] potiuk commented on pull request #1614: [AIRFLOW-264] Adding workload management for Hive

potiuk commented on pull request #1614:
URL: https://github.com/apache/airflow/pull/1614#issuecomment-766668908


   My guess terminate sends SIGTERM and kill sends SIGKILL. If my guess is right, this is typical way how to handle "graceful" followed by "foreceful" termination of process (if the gracefull one does not work. However in this case sleeping for 60 seconds and sending sigkill always is not a good idea - usually you would like to join the process with 60 seconds timeout and only send SIGKILL if the process is still there..


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