[
https://issues.apache.org/jira/browse/FLINK-12958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex updated FLINK-12958:
-------------------------
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.
> Integrate AsyncWaitOperator with mailbox
> ----------------------------------------
>
> Key: FLINK-12958
> URL: https://issues.apache.org/jira/browse/FLINK-12958
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Task
> Reporter: Stefan Richter
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)