potiuk commented on PR #44240: URL: https://github.com/apache/airflow/pull/44240#issuecomment-2506047950
> > What was the stactrace of such issue @dabla -> I have a hard time to figure out what race/parallelism could have caused it. > > Or maybe this is a bug in the Python 3.9 implementation of threadlocal? Yeah. that why I wanted to see stacktrace, because I cannot find a path where you would have missing attribute - when I compare "before" and "after" the change i cannot see anything that could have fixed that problem, other than slightly bigger overhead of executing the method, which could have mitigitated some race condition, having such a stack trace would definitely help us to see the root cause. I am pretty reluctant to approve and merge change that I do not understand how it works :). -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org