This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git.
from 1dc1a50 [FLINK-24540] Fix file stream resource leaks add 3209129 [FLINK-24465] Fix disabling buffer timeout for pipelined exchanges No new revisions were added by this update. Summary of changes: .../flink/configuration/ExecutionOptions.java | 20 +++-- .../io/network/api/writer/RecordWriter.java | 8 +- .../environment/StreamExecutionEnvironment.java | 5 +- .../streaming/api/graph/StreamGraphGenerator.java | 2 +- .../api/graph/StreamingJobGraphGenerator.java | 20 ++--- .../api/graph/StreamingJobGraphGeneratorTest.java | 22 ++++- ...aphGeneratorWithGlobalDataExchangeModeTest.java | 32 +++++--- .../flink/test/runtime/BlockingShuffleITCase.java | 1 + .../streaming/runtime/BufferTimeoutITCase.java | 94 ++++++++++++++++++++++ 9 files changed, 167 insertions(+), 37 deletions(-) create mode 100644 flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/BufferTimeoutITCase.java