[
https://issues.apache.org/jira/browse/HBASE-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon updated HBASE-2768:
-------------------------------
Attachment: hbase-2768.txt
> 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.