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

Run JobManager initialization in a separate thread, to make it cancellable

    XMLWordPrintableJSON

Details

    Description

      FLINK-16866 made the job submission non-blocking. The job submission will be executed asynchronously in a thread pool, submitted through a future.
      The problem is that we can not cancel a hanging job submission once it is running in the threadpool.
      This ticket is about running the initialization in a separate thread, so that we can interrupt it.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rmetzger Robert Metzger
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: