You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "TezQA (JIRA)" <ji...@apache.org> on 2015/12/15 13:32:46 UTC

[jira] [Commented] (TEZ-2976) Recovery fails when InputDescriptor is changed during input initialization

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

TezQA commented on TEZ-2976:
----------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12777693/TEZ-2976-1.patch
  against master revision 09a6d1a.

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 2 new or modified test files.

    {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:red}-1 core tests{color}.  The patch failed these unit tests in :
                   org.apache.tez.dag.app.rm.TestContainerReuse

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/1381//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1381//console

This message is automatically generated.

> Recovery fails when InputDescriptor is changed during input initialization
> --------------------------------------------------------------------------
>
>                 Key: TEZ-2976
>                 URL: https://issues.apache.org/jira/browse/TEZ-2976
>             Project: Apache Tez
>          Issue Type: Sub-task
>    Affects Versions: 0.8.2
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>         Attachments: TEZ-2976-1.patch
>
>
> {code}
> 2015-12-07 10:17:00,742 [main] ERROR org.apache.pig.tools.grunt.GruntParser - ERROR 2998: Unhandled internal error. Vertex failed, vertexName=scope-106, vertexId=vertex_1448526568607_13994_1_00, diagnostics=[Task failed, taskId=task_1448526568607_13994_1_00_000008, diagnostics=[TaskAttempt 0 killed, TaskAttempt 1 failed, info=[Error: Failure while running task: attempt_1448526568607_13994_1_00_000008_1:java.lang.IllegalArgumentException: Split information not expected in org.apache.tez.mapreduce.input.MRInput
> 	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
> 	at org.apache.tez.mapreduce.input.base.MRInputBase.initialize(MRInputBase.java:68)
> 	at org.apache.tez.mapreduce.input.MRInput.initialize(MRInput.java:436)
> 	at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeInputCallable._callInternal(LogicalIOProcessorRuntimeTask.java:432)
> 	at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeInputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:414)
> 	at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeInputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:399)
> 	at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> ],
> {code}
> might related with PIG-4443



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