You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/18 14:34:34 UTC

[jira] [Commented] (FLINK-1209) Forgetting to close an iteration leads to a confusing error message

    [ https://issues.apache.org/jira/browse/FLINK-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216171#comment-14216171 ] 

ASF GitHub Bot commented on FLINK-1209:
---------------------------------------

GitHub user StephanEwen opened a pull request:

    https://github.com/apache/incubator-flink/pull/212

    [FLINK-1209] & [FLINK-1250] Fixes for error messages and config keys

    [FLINK-1209] Improve error messages when forgetting to close an iteration
    [FLINK-1250] Correct and document config keys for heartbeat intervals and timeouts

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/StephanEwen/incubator-flink checks

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/212.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #212
    
----
commit 83d02563ea4a1c7d05540849bf3bf033d968b021
Author: Stephan Ewen <se...@apache.org>
Date:   2014-11-17T18:04:13Z

    [FLINK-1207] Context environments are realized through factories
      - local execution blocking is reset after each run

commit 2000b45ce3e71ed6eddecbb3f8658ebecec58230
Author: Stephan Ewen <se...@apache.org>
Date:   2014-11-13T15:26:07Z

    [FLINK-1237] Add support for custom partitioners
      - Functions: GroupReduce, Reduce, Aggregate on UnsortedGrouping, SortedGrouping,
                   Join (Java API & Scala API)
      - Manual partition on DataSet (Java API & Scala API)
      - Distinct operations provide semantic properties for preservation of distinctified fields
      - Tests for pushown (or not pushdown) of custom partitionings and forced rebalancing
      - Tests for GlobalProperties matching of partitionings
      - Caching of generated requested data properties for unary operators
    
    This closes #207

commit 838b2c80785ecb9803852f253e9ff82933bb6c07
Author: Stephan Ewen <se...@apache.org>
Date:   2014-11-18T13:08:33Z

    [FLINK-1209] Improve error messages when forgetting to close an iteration

commit c6206d3d845f241ac8c6d757f9bf419b6feb6720
Author: Stephan Ewen <se...@apache.org>
Date:   2014-11-18T13:24:57Z

    [FLINK-1250] Correct and document config keys for heartbeat intervals and timeouts

----


> Forgetting to close an iteration leads to a confusing error message
> -------------------------------------------------------------------
>
>                 Key: FLINK-1209
>                 URL: https://issues.apache.org/jira/browse/FLINK-1209
>             Project: Flink
>          Issue Type: Bug
>          Components: Java API
>    Affects Versions: 0.7.0-incubating, 0.8-incubating
>            Reporter: Stephan Ewen
>            Assignee: Robert Metzger
>             Fix For: 0.8-incubating, 0.7.1-incubating
>
>
> The rror message you get is "Unknown operator - SolutionSetPlaceholder / WorksetPlaceholder / PartialSolutionPlaceholder"



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