You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/13 10:00:01 UTC

[GitHub] [hbase] anoopsjohn edited a comment on pull request #2237: HBASE-24833: Bootstrap should not delete the META table directory if …

anoopsjohn edited a comment on pull request #2237:
URL: https://github.com/apache/hbase/pull/2237#issuecomment-673384573


   The biggest issue now is META dir delete..  In one direction we are trying NOT to keep any persisted data in zk no? Till 2.1.7 even for META table also, we never had an issue even if that is not there.. The bootstrap code was assigning existing META table to new RS.  Some way or the other, I dont mind, we need a solution for this.  As per the existing code itself, am not sure why we need to delete the entire dir with assumption of partial bootstrap.  There is a dir creation steps and then tableInfo create.. The tableInfo file create is atomic too. Every step we check if dir/file exists . Correct?   If this META delete was not there  things would have been easy.  We have supported cluster drop and create with version <2.1.6..  But from 2.1.7 this is very diff because of this META delete.  


----------------------------------------------------------------
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:
users@infra.apache.org