[
https://issues.apache.org/jira/browse/HBASE-10765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-10765:
---------------------------
Description:
TestHBaseFsck#testNoHdfsTable doesn't call deleteTable() at the end of the test
due to the way the test is constructed.
However, region cache for the underlying connection should be cleared.
I found this issue when investigating test failure such as the following:
https://builds.apache.org/job/HBase-TRUNK/5018/testReport/org.apache.hadoop.hbase.util/TestHBaseFsck/testHbckThreadpooling/
> TestHBaseFsck#testNoHdfsTable doesn't clear region cache
> --------------------------------------------------------
>
> Key: HBASE-10765
> URL: https://issues.apache.org/jira/browse/HBASE-10765
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
>
> TestHBaseFsck#testNoHdfsTable doesn't call deleteTable() at the end of the
> test due to the way the test is constructed.
> However, region cache for the underlying connection should be cleared.
> I found this issue when investigating test failure such as the following:
> https://builds.apache.org/job/HBase-TRUNK/5018/testReport/org.apache.hadoop.hbase.util/TestHBaseFsck/testHbckThreadpooling/
--
This message was sent by Atlassian JIRA
(v6.2#6252)