akalash commented on a change in pull request #17581:
URL: https://github.com/apache/flink/pull/17581#discussion_r748153338
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/MiniClusterResource.java
##########
@@ -186,6 +190,12 @@ private void startMiniCluster() throws Exception {
configuration.setInteger(JobManagerOptions.PORT, 0);
configuration.setString(RestOptions.BIND_PORT, "0");
+ // randomize ITTests for enabling buffer de-bloating
+ if (RANDOMIZE_BUFFER_DEBLOAT_CONFIG
Review comment:
Yes, it is indeed a pity but since we can not configure the flink from
one place so we can not randomize it from one place.
I will see what I can do for the explanation of the usages.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]