potiuk edited a comment on issue #22404:
URL: https://github.com/apache/airflow/issues/22404#issuecomment-1075385745


   AH NO! I got it.
   
   This is our bug actually. The problem is that we call `os._exit()` in 
"finally" clause. But we should not.  When finally is being prrocessed, the 
original exception with the stack trace and the tmpdir are still kept so 
os._exit() have no chance of running finalizer. Fix is coming!


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