You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2020/05/09 14:29:00 UTC

[jira] [Comment Edited] (TEZ-4173) TestRecovery flaky timeout on master

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

László Bodor edited comment on TEZ-4173 at 5/9/20, 2:28 PM:
------------------------------------------------------------

seems like it's broken by TEZ-4140, or at least I've run the test successfully twice in a row with reverted TEZ-4140, and then it failed with the patch for the first time
cc: [~srahman], if you have any pointers about this

{code}
 mvn test -Dtest=TestRecovery#testRecovery_OrderedWordCount -pl ./tez-tests -pl tez-dag
{code}

it stucks here according to the logs:
{code}
DAG: State: RUNNING Progress: 0% TotalTasks: 5 Succeeded: 0 Running: 0 Failed: 0 Killed: 0
	VertexStatus: VertexName: Tokenizer Progress: 0% TotalTasks: -1 Succeeded: 0 Running: 0 Failed: 0 Killed: 0
	VertexStatus: VertexName: Summation Progress: 0% TotalTasks: 5 Succeeded: 0 Running: 0 Failed: 0 Killed: 0
	VertexStatus: VertexName: Sorter Progress: 0% TotalTasks: 1 Succeeded: 0 Running: 0 Failed: 0 Killed: 0
{code}


was (Author: abstractdog):
seems like it's broken by TEZ-4140, or at least I've run the test successfully twice in a row with reverted TEZ-4140, and then it failed with the patch for the first time
cc: [~srahman], if you have any pointers about this

> TestRecovery flaky timeout on master
> ------------------------------------
>
>                 Key: TEZ-4173
>                 URL: https://issues.apache.org/jira/browse/TEZ-4173
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>         Attachments: am.jstack.log, surefire.jstack.log, tez4173.tar.gz
>
>
> application logs and junit output in  [^tez4173.tar.gz] 
> one of the running AM's jstack is  [^am.jstack.log] 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)