Apache9 commented on PR #5167:
URL: https://github.com/apache/hbase/pull/5167#issuecomment-1516103117

   After chekcing the code, I think the correct way for fixing this problem is 
to do the work in HMaster.tryMigrateMetaLocationsFromZooKeeper. We can  some 
more code in this method, to check whether the meta directory is already there 
and if it is, if we can make sure that this is an upgrading from 1.x(by trying 
to read something on the filesystem? Is this possible?), then insert a record 
to the master region so we can skip scheduling the InitMetaProcedure.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to