potiuk commented on PR #25532: URL: https://github.com/apache/airflow/pull/25532#issuecomment-1205113522
BTW. By first look - the crash could be caused by some DB object held by the Integrity Error accessed by secret masker). The difference vs. the original implementation was that our logging (which could secret masking) walks through all objects in the exception as well, so it could have accessed something that would be released by rollback(). That could explain why you cannot reproduce it in tests. An easy way to verify that hypothesis is to disable secret masking (just to be sure - you can remove it from logging config rather than by airflow configuration and repeat your tests @ephraimbuddy . -- 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]
