pankaj72981 commented on issue #530: HBASE-22806 Recreating a deleted column 
family brings back the delete…
URL: https://github.com/apache/hbase/pull/530#issuecomment-524561732
 
 
   > I like the tests. Can you say how it fixes the problem Pankaj? I like how 
straightforward this is.
   
   Thanks Stack sir for looking into this. 
   
   As I mentioned earlier,
   
https://issues.apache.org/jira/browse/HBASE-22806?focusedCommentId=16911052&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16911052
   
   During region close (reopen region close the region first and then open) 
memstore content will be flushed to FS, at RS side we dont have CF existence 
validation. So CF dir will be recreated with the HFile.
   
   Moving MODIFY_TABLE_REOPEN_ALL_REGIONS state before 
MODIFY_TABLE_DELETE_FS_LAYOUT will solve the problem. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to