Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, the AsyncWaitOperator::processElement() is running in the main task thread and blocks in addAsyncBufferEntry() when adding a new element in the full StreamElementQueue.
The blocking of the main task thread prevents progress of mailbox events handling. The approach via FLINK-13248 may help process the events while queue is full.
Attachments
Issue Links
- links to