This is an automated email from the ASF dual-hosted git repository. fcsaky pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 5ec21ad66eef0dfcecd34cf4bc6d3a76cd517168 Author: Ferenc Csaky <fcs...@apache.org> AuthorDate: Thu Jan 23 17:08:16 2025 +0100 [FLINK-37100][tests] Fix `test_netty_shuffle_memory_control.sh` with Netty4 RPC With Pekko updated and using Netty4, the default memory buffer allocation is different compared to Netty3, thus to stabilize this test we increased the given memory a bit. --- .../test-scripts/test_netty_shuffle_memory_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-end-to-end-tests/test-scripts/test_netty_shuffle_memory_control.sh b/flink-end-to-end-tests/test-scripts/test_netty_shuffle_memory_control.sh index 71be5e1cbca..d5331b2071f 100755 --- a/flink-end-to-end-tests/test-scripts/test_netty_shuffle_memory_control.sh +++ b/flink-end-to-end-tests/test-scripts/test_netty_shuffle_memory_control.sh @@ -34,7 +34,7 @@ set_config_key "taskmanager.numberOfTaskSlots" "20" set_config_key "taskmanager.network.netty.num-arenas" "1" # Limits the direct memory to be one chunk (4M) plus some margins. -set_config_key "taskmanager.memory.framework.off-heap.size" "7m" +set_config_key "taskmanager.memory.framework.off-heap.size" "12m" # Starts the cluster which includes one TaskManager. start_cluster