github-actions[bot] opened a new pull request, #72568:
URL: https://github.com/apache/airflow/pull/72568

   * Stop airflow standalone leaking components when one fails to start
   
   SubCommand.process is only assigned once the thread reaches Popen, so a
   component whose executable could not be spawned leaves the attribute absent
   rather than empty. Shutdown then raises out of the loop that terminates each
   component in turn, and every sibling after the failed one keeps running
   against the metadata database after standalone itself has exited.
   
   * Update airflow-core/tests/unit/cli/commands/test_standalone_command.py
   
   ---------
   (cherry picked from commit 841288926725a61919fb96b92a648929081ef0e4)
   
   Co-authored-by: Y-C <[email protected]>
   Co-authored-by: Eason09053360 
<[email protected]>
   Co-authored-by: Henry Chen <[email protected]>


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to