You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2015/11/19 19:16:11 UTC

[jira] [Comment Edited] (TEZ-2952) NPE in TestOnFileUnorderedKVOutput

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

Bikas Saha edited comment on TEZ-2952 at 11/19/15 6:16 PM:
-----------------------------------------------------------

Test failure is unrelated. Passes locally for me. Opened TEZ-2953.


was (Author: bikassaha):
Test failure is unrelated. Passes locally for me. Opened TEZ-2593.

> NPE in TestOnFileUnorderedKVOutput
> ----------------------------------
>
>                 Key: TEZ-2952
>                 URL: https://issues.apache.org/jira/browse/TEZ-2952
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Jeff Zhang
>            Assignee: Bikas Saha
>         Attachments: TEZ-2952.1.patch
>
>
> https://builds.apache.org/job/Tez-Build/1316/console
> {code}
> testWithPipelinedShuffle(org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput)  Time elapsed: 0.815 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.tez.runtime.RuntimeTask.notifyProgressInvocation(RuntimeTask.java:109)
> 	at org.apache.tez.runtime.api.impl.TezTaskContextImpl.notifyProgress(TezTaskContextImpl.java:178)
> 	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:323)
> 	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:256)
> 	at org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testWithPipelinedShuffle(TestOnFileUnorderedKVOutput.java:179)
> testGeneratedDataMovementEvent(org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput)  Time elapsed: 0.082 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.tez.runtime.RuntimeTask.notifyProgressInvocation(RuntimeTask.java:109)
> 	at org.apache.tez.runtime.api.impl.TezTaskContextImpl.notifyProgress(TezTaskContextImpl.java:178)
> 	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:253)
> 	at org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testGeneratedDataMovementEvent(TestOnFileUnorderedKVOutput.java:138)
> {code}



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