Dawid Wysakowicz created FLINK-24552:
----------------------------------------
Summary: Ineffective buffer debloat configuration in randomized
tests
Key: FLINK-24552
URL: https://issues.apache.org/jira/browse/FLINK-24552
Project: Flink
Issue Type: Bug
Components: Runtime / Configuration, Runtime / Task
Affects Versions: 1.14.0
Reporter: Dawid Wysakowicz
Fix For: 1.15.0, 1.14.1
The randomization in {{TestStreamEnvironment#setAsContext}} is ineffective, it
is not used.
The problem is that the buffer debloat can be configure only through the tasks
manager configuration. Configuring through the {{StreamExecutionEnvironment}}
is not possible.
We should either:
1. Fix the randomization
2. Implement configuring buffer debloating through
{{StreamExecutionEnvironment#configure}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)