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

ASF GitHub Bot updated FLINK-36959:
-----------------------------------
    Labels: pull-request-available  (was: )

> Computing readable buffer offsets and sizes when including empty buffers 
> fails.
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-36959
>                 URL: https://issues.apache.org/jira/browse/FLINK-36959
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Network
>            Reporter: Junrui Lee
>            Assignee: Junrui Lee
>            Priority: Major
>              Labels: pull-request-available
>
> The computation of readable buffer offsets and sizes fails when the range 
> starts or ends with empty buffers.
> The offsets and sizes of buffers can follow these patterns:
> {code:java}
> {{0,0}, ..., {1,3}, ..., {0,0}, {5,6}, ...} for non-broadcast scenarios.{code}
> {code:java}
> {{1,2}, ..., {1,2}, ..., {1,2}, ...} for broadcast scenarios. {code}
> However, the current logic does not correctly handle situations where the 
> sequence starts or ends with an empty buffer. This needs to be fixed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to