You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2019/07/23 14:08:00 UTC

[jira] [Comment Edited] (FLINK-13384) The backpressure monitoring does not work for StreamSources

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

Dawid Wysakowicz edited comment on FLINK-13384 at 7/23/19 2:07 PM:
-------------------------------------------------------------------

After further investigation I found out that it does not work only for {{StreamSource}}s. I think it is caused by: [FLINK-12483]. The reason is that the {{BackPressureStatsTrackerImpl}} samples only the main thread. FLINK-12483 introduced a separate thread for executing the sources in the mailbox model. It is similar to other old bug that concerned only Kafka source: [FLINK-3456]

[~pnowojski] [~1u0] Could you verify if this is the case?


was (Author: dawidwys):
After further investigation I found out that it does not work only for {{StreamSource}}s. I think it is caused by: [FLINK-12483]. The reason is that the {{BackPressureStatsTrackerImpl}} samples only the main thread. FLINK-12483 introduced a separate thread for executing the sources in the mailbox model. It is similar to other old bug that concerned only Kafka source: [FLINK-3456]

[~pnowojski] [~1u0] Could you verify if this is the case?

> The backpressure monitoring does not work for StreamSources
> -----------------------------------------------------------
>
>                 Key: FLINK-13384
>                 URL: https://issues.apache.org/jira/browse/FLINK-13384
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Metrics, Runtime / Task
>    Affects Versions: 1.9.0
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>            Priority: Blocker
>             Fix For: 1.9.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)