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/04 13:04:00 UTC

[jira] [Updated] (FLINK-13955) Integrate ContinuousFileReaderOperator with StreamTask mailbox execution model

     [ https://issues.apache.org/jira/browse/FLINK-13955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex updated FLINK-13955:
-------------------------
    Description: 
The {{ContinuousFileReaderOperator}} spawns an additional ({{reader}}) thread and coordinates actions with it via {{checkpointLock}}. The operator may block, waiting for a notification from the {{reader}} thread, potentially preventing progress in mailbox loop.

This is similar to {{AsyncWaitOperator}} situation described in FLINK-12958.

  was:
The {{ContinuousFileReaderOperator}} spawns an additional ({{reader}}) thread and coordinates actions with it via {{checkpointLock}}. The operator may block, waiting for a notification from the {{reader}} thread, preventing progress in mailbox loop.

This is similar to {{AsyncWaitOperator}} situation described in FLINK-12958.


> Integrate ContinuousFileReaderOperator with StreamTask mailbox execution model
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-13955
>                 URL: https://issues.apache.org/jira/browse/FLINK-13955
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Task
>            Reporter: Alex
>            Priority: Major
>
> The {{ContinuousFileReaderOperator}} spawns an additional ({{reader}}) thread and coordinates actions with it via {{checkpointLock}}. The operator may block, waiting for a notification from the {{reader}} thread, potentially preventing progress in mailbox loop.
> This is similar to {{AsyncWaitOperator}} situation described in FLINK-12958.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)