[
https://issues.apache.org/jira/browse/FLINK-22433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-22433.
----------------------------------
Resolution: Fixed
Fixed in
- 1.14.0 ({{master}}) via e676442b9faa1ec0b668e8394dd2353ac2de01c6
- 1.13.1 ({{release-1.13}}) via 0dc632681defaa1d66d3b2e884f311121467d894
> 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
> Priority: Critical
> Labels: pull-request-available, test-stability
> 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=11113
> Steps 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)