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

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

GitHub user fhueske opened a pull request:

    https://github.com/apache/flink/pull/641

    [FLINK-1951] Fix NullPointerException in delta iteration due to missing 
input temp

    See JIRA for details.

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

    $ git pull https://github.com/fhueske/flink delta-npe-fix

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

    https://github.com/apache/flink/pull/641.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 #641
    
----
commit 0c7ad4b03e3a47d5c7ee95659a31e62d89edfac6
Author: Fabian Hueske <fhue...@apache.org>
Date:   2015-04-30T15:34:02Z

    [FLINK-1951] Fix NullPointerException in delta iteration due to missing temp

----


> NullPointerException in DeltaIteration when no ForwardedFileds
> --------------------------------------------------------------
>
>                 Key: FLINK-1951
>                 URL: https://issues.apache.org/jira/browse/FLINK-1951
>             Project: Flink
>          Issue Type: Bug
>          Components: Iterations
>    Affects Versions: 0.9
>            Reporter: Vasia Kalavri
>            Assignee: Fabian Hueske
>            Priority: Critical
>
> The following exception is thrown by the Connected Components example, if the 
> @ForwardedFieldsFirst("*") annotation from the ComponentIdFilter join is 
> removed:
> Caused by: java.lang.NullPointerException
>       at 
> org.apache.flink.examples.java.graph.ConnectedComponents$ComponentIdFilter.join(ConnectedComponents.java:186)
>       at 
> org.apache.flink.examples.java.graph.ConnectedComponents$ComponentIdFilter.join(ConnectedComponents.java:1)
>       at 
> org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
>       at 
> org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
>       at 
> org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
>       at 
> org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
>       at 
> org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
>       at 
> org.apache.flink.runtime.execution.RuntimeEnvironment.run(RuntimeEnvironment.java:217)
>       at java.lang.Thread.run(Thread.java:745)
> [Code | https://github.com/vasia/flink/tree/cc-test] and [dataset | 
> http://snap.stanford.edu/data/com-DBLP.html] to reproduce.



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

Reply via email to