This is an automated email from the ASF dual-hosted git repository.
yingjie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from eeec246 [FLINK-20286][connector-files] Table source now supports
monitor continuously
new e1878fb [FLINK-25639][network] Increase the default read buffer size
of sort-shuffle to 64M
new 4275525 [FLINK-25638][network] Increase the default write buffer size
of sort-shuffle to 16M
new ed699b6 [FLINK-25637][network] Make sort-shuffle the default shuffle
implementation for batch jobs
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/content.zh/docs/ops/batch/blocking_shuffle.md | 6 ++--
docs/content/docs/ops/batch/blocking_shuffle.md | 6 ++--
.../generated/all_taskmanager_network_section.html | 8 +++---
.../generated/common_memory_section.html | 4 +--
.../netty_shuffle_environment_configuration.html | 8 +++---
.../task_manager_memory_configuration.html | 4 +--
.../NettyShuffleEnvironmentOptions.java | 32 ++++++++++++----------
.../flink/configuration/TaskManagerOptions.java | 6 ++--
.../test_high_parallelism_iterations.sh | 1 +
flink-end-to-end-tests/test-scripts/test_tpcds.sh | 1 +
.../minicluster/MiniClusterConfiguration.java | 8 ++++++
...tractTaskManagerProcessFailureRecoveryTest.java | 2 ++
.../JobManagerHAProcessFailureRecoveryITCase.java | 2 ++
.../flink/test/runtime/BlockingShuffleITCase.java | 12 ++++++--
.../test/runtime/ShuffleCompressionITCase.java | 5 ++--
15 files changed, 65 insertions(+), 40 deletions(-)