uranusjr opened a new pull request, #64882:
URL: https://github.com/apache/airflow/pull/64882

   Synchronous methods in TriggerCommsDecoder need an additional threading.Lock 
to ensure communications happening in different threads don't interlace. While 
the async methods are guarded by an asyncio.Lock, this is not enough for sync 
methods.
   
   This is also (mostly) what the sync-based CommsDecoder is doing, except 
since that one's sync-based, sync methods only have a thread lock, and the 
async ones use double-locking.
   
   Fix #64620.


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