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

Pull ExecutionService lifecycle management out of the JobManager

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.3, 1.2.0
    • 1.1.4, 1.2.0
    • Runtime / Coordination
    • None

    Description

      The JobManager receives an ExecutorService to run its futures as a constructor parameter. Even though the ExecutorService comes from outside, the JobManager shuts the executor service down if the JobManager terminates. This is clearly a sub-optimal behaviour leading also to RejectedExecutionExceptions.

      I propose to move the ExecutorService lifecycle management out of the JobManager.

      Attachments

        Issue Links

          Activity

            People

              trohrmann Till Rohrmann
              trohrmann Till Rohrmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: