You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/03/19 11:33:38 UTC

[jira] [Created] (FLINK-1747) Remove deadlock detection and pipeline breaker placement in optimizer

Ufuk Celebi created FLINK-1747:
----------------------------------

             Summary: Remove deadlock detection and pipeline breaker placement in optimizer
                 Key: FLINK-1747
                 URL: https://issues.apache.org/jira/browse/FLINK-1747
             Project: Flink
          Issue Type: Improvement
          Components: Optimizer
    Affects Versions: master
            Reporter: Ufuk Celebi
            Priority: Minor


The deadlock detection in the optimizer, which places pipeline breaking caches has become redundant with recently added changes. We now use blocking data exchanges for branching programs, which are merged again at a later point.

Therefore, we can start removing the respective code in the optimizer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)