-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.19][FLINK-37100][tests] Fix test_netty_shuffle_memory_control.sh
with Netty4 RPC
#25956
[1.19][FLINK-37100][tests] Fix test_netty_shuffle_memory_control.sh
with Netty4 RPC
#25956
Conversation
91c0b55
to
534cdb6
Compare
@flinkbot run azure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
There is still a discussion going on about how exactly should we proceed, will merge this when we have agreement about every aspect. |
534cdb6
to
2b62925
Compare
@flinkbot run azure |
…by increase the direct memory of TM" This reverts commit 6d4004e.
…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.
2b62925
to
9cc2ca5
Compare
test_netty_shuffle_memory_control.sh
in CI for JDK11+test_netty_shuffle_memory_control.sh
with Netty4 RPC
What is the purpose of the change
Fixes the test executed by
test_netty_shuffle_memory_control.sh
that can possibly fail the CI in case Netty4 cannot reserve enough memory, hence Pekko is not able to start up.Brief change log
Verifying this change
Existing test should succeed consistently in CI.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation