Codingaditya17 commented on issue #67380:
URL: https://github.com/apache/airflow/issues/67380#issuecomment-4526804652

   I checked current upstream/main and this appears to already be fixed by:
   
   `099fd2b03f Fix triggerer crash when multiple triggers call sync SDK methods 
concurrently (#66412)`
   
   The issue is still reproducible on Airflow 3.2.1 because that release has 
the old `_async_lock` + `_aget_response()` implementation. But on current main, 
`TriggerCommsDecoder` has already been changed to use `_pending`, 
`_reader_loop()`, `start_reader()`, and loop-safe `send()/asend()` handling.
   
   So this looks fixed on main, but may need a backport/cherry-pick to the 
affected 3.2.x release branch if maintainers want it patched 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to