You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Anton Kalashnikov (Jira)" <ji...@apache.org> on 2021/10/07 09:31:00 UTC

[jira] [Updated] (FLINK-24469) Incorrect calcualtion of the buffer size in case of channel data skew

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

Anton Kalashnikov updated FLINK-24469:
--------------------------------------
    Affects Version/s: 1.14.0

> Incorrect calcualtion of the buffer size in case of channel data skew
> ---------------------------------------------------------------------
>
>                 Key: FLINK-24469
>                 URL: https://issues.apache.org/jira/browse/FLINK-24469
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.14.0
>            Reporter: Anton Kalashnikov
>            Assignee: Anton Kalashnikov
>            Priority: Major
>
> If only a couple out of 100 input channels are active then there is a huge throughput drop is observed. I suppose it happens because of the line inside of SingleInputGate#getBuffersInUseCount:
> {noformat}
> Math.max(1, channel.getBuffersInUseCount());
> {noformat}
> Right now, I don't think that it makes sense to have min value as 1, perhaps zero buffer in use is also ok.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)