[
https://issues.apache.org/jira/browse/FLINK-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nico Kruber updated FLINK-9076:
-------------------------------
Description:
Currently, floating buffers (per gate) are always required in case credit-based
flow control is enabled. This, however, increases our minimum number of
required network buffers.
Instead, without changing too much, we could already work with a minimum of one
or zero floating buffers and set the max to the configured value. This way, if
there are not enough buffers, allĀ {{LocalBufferPool}}s will at least share the
available ones.
was:
Currently, floating buffers (per gate) are always required in case credit-based
flow control is enabled. This, however, increases our minimum number of
required network buffers.
Instead, without changing too much, we could already work with a minimum of one
floating buffer and set the max to the configured value. This way, if there are
not enough buffers, all {{LocalBufferPool}}s will at least share the available
ones.
> Make credit-based floating buffers optional
> -------------------------------------------
>
> Key: FLINK-9076
> URL: https://issues.apache.org/jira/browse/FLINK-9076
> Project: Flink
> Issue Type: Sub-task
> Components: Network
> Affects Versions: 1.5.0, 1.6.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Priority: Blocker
> Fix For: 1.5.0
>
>
> Currently, floating buffers (per gate) are always required in case
> credit-based flow control is enabled. This, however, increases our minimum
> number of required network buffers.
> Instead, without changing too much, we could already work with a minimum of
> one or zero floating buffers and set the max to the configured value. This
> way, if there are not enough buffers, allĀ {{LocalBufferPool}}s will at least
> share the available ones.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)