[
https://issues.apache.org/jira/browse/HBASE-22806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-22806:
--------------------------
Fix Version/s: 2.2.2
2.1.7
2.3.0
3.0.0
Hadoop Flags: Reviewed
Resolution: Fixed
Status: Resolved (was: Patch Available)
Pushed on branch-2.1+. Probably not pertinent on branch-1. Thanks for the patch
[~pankaj2461].
> Deleted CF are not cleared if memstore contain entries
> ------------------------------------------------------
>
> Key: HBASE-22806
> URL: https://issues.apache.org/jira/browse/HBASE-22806
> Project: HBase
> Issue Type: Bug
> Components: API
> Affects Versions: 2.1.3
> Environment: Scala
> HBase Java Client
> Mac/Linux
> Reporter: Chao
> Assignee: Pankaj Kumar
> Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.1.7, 2.2.2
>
> Attachments: HBASE-22806_UT.patch
>
>
> While deleting the CF dynamically (without disabling the table), CF dirs are
> not cleared from FS when region memstore contain entries for that CF.
> Since we delete the CF from FS first and then reopen the region, during
> reopen RS will flush the memstore content to FS. So deleted CF store will
> contain the memstore content for the deleted CF.
> So adding back same CF will have old entries.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)