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

Thomas Graves updated HADOOP-9108:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.6
           Status: Resolved  (was: Patch Available)

This patch only applies to branch-0.23, hence the jenkins failures.  I 
committed it only to branch-0.23 since trunk and branch-2 already have similar 
functionality.
                
> Add a method to clear terminateCalled to ExitUtil for test cases
> ----------------------------------------------------------------
>
>                 Key: HADOOP-9108
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9108
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.23.5
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.6
>
>         Attachments: hadoop-9108.branch-0.23.patch
>
>
> Currently once terminateCalled is set, it will stay set since it's a class 
> static variable. This can break test cases where multiple test cases run in 
> one jvm. In MiniDfsCluster, it should be cleared during shutdown for the next 
> test case to run properly.

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