Stephan Ewen created FLINK-22433:
------------------------------------
Summary: CoordinatorEventsExactlyOnceITCase stalls on Adaptive Scheduler
Key: FLINK-22433
URL:
https://issues.apache.org/jira/browse/FLINK-22433 Project: Flink
Issue Type: Bug
Components: Tests
Affects Versions: 1.13.0
Reporter: Stephan Ewen
Assignee: Stephan Ewen
Fix For: 1.14.0, 1.13.1
Logs of the test failure:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=17077&view=logs&j=0e7be18f-84f2-53f0-a32d-4a5e4a174679&t=7030a106-e977-5851-a05e-535de648c9c9&l=11113Steps to reproduce: Adjust the {{CoordinatorEventsExactlyOnceITCase }} and extend the MiniCluster configuration:
{code}
@BeforeClass
public static void startMiniCluster() throws Exception {
final Configuration config = new Configuration();
config.setString(RestOptions.BIND_PORT, "0");
config.set(JobManagerOptions.SCHEDULER, JobManagerOptions.SchedulerType.Adaptive);
config.set(ClusterOptions.ENABLE_DECLARATIVE_RESOURCE_MANAGEMENT, true);
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)