You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2015/10/22 20:02:27 UTC

[jira] [Updated] (TEZ-2907) NPE in IFile.Reader.getLength during final merge operation

     [ https://issues.apache.org/jira/browse/TEZ-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajesh Balamohan updated TEZ-2907:
----------------------------------
    Attachment: TEZ-2907.1.patch

[~sseth] - Please review when you find time.  

> 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)