[
https://issues.apache.org/jira/browse/FLINK-24465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17427557#comment-17427557
]
Piotr Nowojski edited comment on FLINK-24465 at 10/12/21, 8:52 AM:
-------------------------------------------------------------------
As {{-1}} is not supported for already over a year and there were no
complaints, I would be in favour of officially dropping this feature. Users can
always use Integer.MAX_VALUE to achieve a very similar behaviour.
Let's drop runtime code for {{-1}} support and let's not mention it anywhere in
the docs/java docs, but to keep compatibility with the previous versions, let's
still translate {{-1}} to {{100ms}} on the config level.
was (Author: pnowojski):
As {{-1}} is not supported for already over a year and there were no
complaints, I would be in favour of officially dropping this feature. Users can
always use Integer.MAX_VALUE to achieve a very similar behaviour.
> Wrong javadoc and documentation for buffer timeout
> --------------------------------------------------
>
> Key: FLINK-24465
> URL: https://issues.apache.org/jira/browse/FLINK-24465
> Project: Flink
> Issue Type: Bug
> Components: Documentation, Runtime / Configuration, Runtime / Network
> Affects Versions: 1.14.0, 1.13.2
> Reporter: Dawid Wysakowicz
> Priority: Major
> Fix For: 1.15.0, 1.14.1, 1.13.4
>
>
> The javadoc for {{setBufferTimeout}} and similarly the documentation for
> {{execution.buffer-timeout}} claims:
> {code}
> /**
> * Sets the maximum time frequency (milliseconds) for the flushing of the
> output buffers. By
> * default the output buffers flush frequently to provide low latency and
> to aid smooth
> * developer experience. Setting the parameter can result in three
> logical modes:
> *
> * <ul>
> * <li>A positive integer triggers flushing periodically by that integer
> * <li>0 triggers flushing after every record thus minimizing latency
> * <li>-1 triggers flushing only when the output buffer is full thus
> maximizing throughput
> * </ul>
> *
> * @param timeoutMillis The maximum time between two output flushes.
> */
> {code}
> which is not true.
> The {{-1}} value translates to 100ms. See
> {{org.apache.flink.streaming.api.graph.StreamingJobGraphGenerator#checkAndResetBufferTimeout}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)