You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/06/22 23:55:51 UTC

[jira] Commented: (HBASE-2768) TestFilter tearDown is in wrong order

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

stack commented on HBASE-2768:
------------------------------

duh! +1

> TestFilter tearDown is in wrong order
> -------------------------------------
>
>                 Key: HBASE-2768
>                 URL: https://issues.apache.org/jira/browse/HBASE-2768
>             Project: HBase
>          Issue Type: Test
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.21.0
>
>         Attachments: hbase-2768.txt
>
>
> The teardown of TestFilter calls super.tearDown() before closing the region. So, the region is closed after its files have been deleted under it, which causes the tearDown to throw exceptions after HBASE-2729 gets committed. Reversing the teardown order fixes the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.