You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/02/28 16:25:45 UTC

[jira] [Created] (FLINK-5938) Replace ExecutionContext by Executor in Scheduler

Till Rohrmann created FLINK-5938:
------------------------------------

             Summary: Replace ExecutionContext by Executor in Scheduler
                 Key: FLINK-5938
                 URL: https://issues.apache.org/jira/browse/FLINK-5938
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Coordination
    Affects Versions: 1.2.0, 1.3.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor


The {{Scheduler}} uses internally a Scala {{ExecutionContext}} and Akka's {{Futures}} to execute concurrent tasks. In order to remove the dependency on both frameworks, we should replace it via an {{Executor}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)