You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Gergő Pásztor (JIRA)" <ji...@apache.org> on 2017/03/07 14:19:38 UTC

[jira] [Comment Edited] (MAPREDUCE-6839) TestRecovery.testCrashed failed

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

Gergő Pásztor edited comment on MAPREDUCE-6839 at 3/7/17 2:18 PM:
------------------------------------------------------------------

I uploaded a new patch. It resolves 3 problems:
- TestRecovery.testCrashed fail
- TestRecovery.testSpeculative fail, because of a conflict with the previous TestRecovery.testCrashed
- TestRecovery.testRecoveryWithoutShuffleSecret fail sometimes, because of the same problem as the testCrashed has

The patched code ran through 3 days without issues.


was (Author: pairg):
I uploaded a new patch. It resolves 3 problems:
- TestRecovery.testCrashed fail
- TestRecovery.testSpeculative fail, because of a conflict with the previous TestRecovery.testCrashed
- TestRecovery.testRecoveryWithoutShuffleSecret fail sometimes, because of the same problem as the testCrashed has



> TestRecovery.testCrashed failed
> -------------------------------
>
>                 Key: MAPREDUCE-6839
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6839
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>            Reporter: Gergő Pásztor
>            Assignee: Gergő Pásztor
>         Attachments: MAPREDUCE-6839_v1.patch, MAPREDUCE-6839_v2.patch, MAPREDUCE-6839_v3.patch, MAPREDUCE-6839_v4.patch
>
>
> TestRecovery#testCrashed is a flaky test.
> Error Message: 
> Reduce Task state not correct expected:<RUNNING> but was:<SCHEDULED>
> Stack Trace:
> java.lang.AssertionError: Reduce Task state not correct expected:<RUNNING> but was:<SCHEDULED> 
>         at org.junit.Assert.fail(Assert.java:88) 
>         at org.junit.Assert.failNotEquals(Assert.java:743) 
>         at org.junit.Assert.assertEquals(Assert.java:118) 
>         at org.apache.hadoop.mapreduce.v2.app.TestRecovery.testCrashed(TestRecovery.java:164)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org