-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.3
-
Fix Version/s: 3.0.0-alpha-1, 2.3.0, 2.2.1, 2.1.6
-
Component/s: API
-
Labels:None
-
Environment:
Scala
HBase Java Client
Mac/Linux
-
Hadoop Flags:Reviewed
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.
- links to