Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-22433

CoordinatorEventsExactlyOnceITCase stalls on Adaptive Scheduler

    XMLWordPrintableJSON

Details

    Description

      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:

      @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);
      

      Attachments

        Issue Links

          Activity

            People

              sewen Stephan Ewen
              sewen Stephan Ewen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: