[
https://issues.apache.org/jira/browse/FLINK-24190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anton Kalashnikov reassigned FLINK-24190:
-----------------------------------------
Assignee: Anton Kalashnikov
> Handling large record with buffer debloat
> -----------------------------------------
>
> Key: FLINK-24190
> URL: https://issues.apache.org/jira/browse/FLINK-24190
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Network
> Affects Versions: 1.14.0
> Reporter: Anton Kalashnikov
> Assignee: Anton Kalashnikov
> Priority: Major
> Fix For: 1.15.0
>
>
> If the buffer size will be too small(less than record size) due to buffer
> debloat it can lead to performance degradation. It looks like it is better to
> keep the buffer size greater than the record size(or even greater than it).
> Implementation should be easy, we can choose the maximum value between
> desirableBufferSize and recordSize during requesting the new
> buffer(BufferWritingResultPartition#addToSubpartition)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)