[
https://issues.apache.org/jira/browse/HBASE-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon resolved HBASE-2768.
--------------------------------
Hadoop Flags: [Reviewed]
Resolution: Fixed
Committed to trunk and 0.89.20100621 (was causing red builds on my branch
hudson, we should hopefully release off a green one!)
> 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.