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

Hudson commented on HBASE-13575:
--------------------------------

SUCCESS: Integrated in HBase-1.1 #435 (See 
[https://builds.apache.org/job/HBase-1.1/435/])
HBASE-13575 TestChoreService has to make sure that the opened ChoreService is 
closed for each unit test (Stephen Yuan Jiang) (stack: rev 
3d1bb8ffb8f53a61cb56243e2bcbea84a6829021)
* hbase-common/src/test/java/org/apache/hadoop/hbase/TestChoreService.java


> TestChoreService has to make sure that the opened ChoreService is closed for 
> each unit test
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-13575
>                 URL: https://issues.apache.org/jira/browse/HBASE-13575
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 1.1.0, 1.2.0
>            Reporter: Stephen Yuan Jiang
>            Assignee: Stephen Yuan Jiang
>            Priority: Trivial
>              Labels: beginner
>             Fix For: 2.0.0, 1.1.0, 1.2.0
>
>         Attachments: HBASE-13575.v1-master.patch
>
>
> The TestChoreService shut down the opened ChoreService after each individual 
> unit test.  This is to avoid test failure with enormous amount of active 
> threads at the end of test on slow virtual host (see HBASE-12992).  However, 
> the service shut down was not wrapped around the 'finally'-block to guarantee 
> the execution when exception throws.  The fix is trial.



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

Reply via email to