[
https://issues.apache.org/jira/browse/FLINK-36959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Junrui Lee closed FLINK-36959.
------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
master:e858969f27d014d5b025ba2c8ca920fb79161efe
> 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
> Fix For: 2.0.0
>
>
> 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)