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

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

GitHub user chermenin opened a pull request:

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

    [FLINK-4631] Prevent some possible NPEs.

    Added additional conditions in several places to check possible NPEs. This 
PR must completely solve 
[FLINK-4631](https://issues.apache.org/jira/browse/FLINK-4631).

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

    $ git pull https://github.com/chermenin/flink flink-4631

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

    https://github.com/apache/flink/pull/2807.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 #2807
    
----
commit b8e8a4507de1c4a101863116b92edefc12fb14f1
Author: Aleksandr Chermenin <[email protected]>
Date:   2016-10-28T09:36:01Z

    [FLINK-4631] Avoided NPE in OneInputStreamTask.

commit 9a8ec134900eda502539448e8ecde42dc019fe7a
Author: Aleksandr Chermenin <[email protected]>
Date:   2016-11-14T09:49:48Z

    [FLINK-4631] Fixed sink functions.

commit 78176dae7168006a8430f27d9df2abc8e5a9f364
Author: Aleksandr Chermenin <[email protected]>
Date:   2016-11-14T14:06:21Z

    [FLINK-4631] Fixed sources and stream tasks.

commit dd70279a1a0b31f5c49c96efebed7399a77811f5
Author: Aleksandr Chermenin <[email protected]>
Date:   2016-11-15T09:27:09Z

    [FLINK-4631] Some streaming fixes.

----


> NullPointerException during stream task cleanup
> -----------------------------------------------
>
>                 Key: FLINK-4631
>                 URL: https://issues.apache.org/jira/browse/FLINK-4631
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.1.2
>         Environment: Ubuntu server 12.04.5 64 bit
> java version "1.8.0_40"
> Java(TM) SE Runtime Environment (build 1.8.0_40-b26)
> Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
>            Reporter: Avihai Berkovitz
>             Fix For: 1.2.0
>
>
> If a streaming job failed during startup (in my case, due to lack of network 
> buffers), all the tasks are being cancelled before they started. This causes 
> many instances of the following exception:
> {noformat}
> 2016-09-18 14:17:12,177 ERROR 
> org.apache.flink.streaming.runtime.tasks.StreamTask           - Error during 
> cleanup of stream task
> java.lang.NullPointerException
>       at 
> org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.cleanup(OneInputStreamTask.java:73)
>       at 
> org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:323)
>       at org.apache.flink.runtime.taskmanager.Task.run(Task.java:584)
>       at java.lang.Thread.run(Thread.java:745)
> {noformat}



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

Reply via email to