You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Alex (Jira)" <ji...@apache.org> on 2019/09/17 11:58:00 UTC

[jira] [Commented] (FLINK-12958) Integrate AsyncWaitOperator with mailbox

    [ https://issues.apache.org/jira/browse/FLINK-12958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931358#comment-16931358 ] 

Alex commented on FLINK-12958:
------------------------------

PR: [https://github.com/apache/flink/pull/9564]

> 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
>              Labels: pull-request-available
>          Time Spent: 40m
>  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
(v8.3.2#803003)