You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2015/02/17 18:54:12 UTC

[jira] [Created] (FLINK-1574) Flink fails due to non-initialized RuntimeContext in CombiningUnilateralSortMerger

Fabian Hueske created FLINK-1574:
------------------------------------

             Summary: Flink fails due to non-initialized RuntimeContext in CombiningUnilateralSortMerger
                 Key: FLINK-1574
                 URL: https://issues.apache.org/jira/browse/FLINK-1574
             Project: Flink
          Issue Type: Bug
          Components: Local Runtime
    Affects Versions: 0.9
            Reporter: Fabian Hueske
            Priority: Critical
             Fix For: 0.9


The {{AggregatingUdf}} combiner cannot be opened in a {{CombiningUnilateralSortMerger }} because its {{RuntimeContext}} is {{null}}.
The problem is that the runtime context of the {{RegularPactTask}} is set after the local strategies are initialized.

I have a fix for that.



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