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

Kihwal Lee updated MAPREDUCE-5446:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.1-beta
                   3.0.0
           Status: Resolved  (was: Patch Available)

The patch has been committed to trunk, branch-2 and branch-2.1-beta. Thanks for 
the patch, Jason and for the review, Tsuyoshi.
                
> TestJobHistoryEvents and TestJobHistoryParsing have race conditions
> -------------------------------------------------------------------
>
>                 Key: MAPREDUCE-5446
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5446
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 2.1.0-beta
>            Reporter: Jason Lowe
>            Assignee: Jason Lowe
>             Fix For: 3.0.0, 2.1.1-beta
>
>         Attachments: MAPREDUCE-5446.patch
>
>
> TestJobHistoryEvents and TestJobHistoryParsing are not properly waiting for 
> MRApp to finish.  Currently they are polling the service state looking for 
> Service.STATE.STOPPED, but the service can appear to be in that state 
> *before* it is fully stopped.  This causes tests to finish with MRApp threads 
> still in-flight, and those threads can conflict with subsequent tests when 
> they collide in the filesystem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to