[
https://issues.apache.org/jira/browse/TEZ-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969704#comment-14969704
]
TezQA commented on TEZ-2907:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12768087/TEZ-2907.1.patch
against master revision 01ad29e.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 3.0.1) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/1243//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1243//console
This message is automatically generated.
> NPE in IFile.Reader.getLength during final merge operation
> ----------------------------------------------------------
>
> Key: TEZ-2907
> URL: https://issues.apache.org/jira/browse/TEZ-2907
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Rajesh Balamohan
> Assignee: Rajesh Balamohan
> Attachments: TEZ-2907.1.patch
>
>
> {noformat}
> Caused by: java.lang.NullPointerException
> at
> org.apache.tez.runtime.library.common.sort.impl.IFile$Reader.getLength(IFile.java:645)
> at
> org.apache.tez.runtime.library.common.sort.impl.TezMerger$Segment.<init>(TezMerger.java:303)
> at
> org.apache.tez.runtime.library.common.sort.impl.TezMerger$Segment.<init>(TezMerger.java:295)
> at
> org.apache.tez.runtime.library.common.shuffle.orderedgrouped.MergeManager.finalMerge(MergeManager.java:1129)
> at
> org.apache.tez.runtime.library.common.shuffle.orderedgrouped.MergeManager.close(MergeManager.java:557)
> at
> org.apache.tez.runtime.library.common.shuffle.orderedgrouped.Shuffle$RunShuffleCallable.callInternal(Shuffle.java:313)
> ... 6 more
> {noformat}
> Might be happening after TEZ-2850.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)