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 2021/05/27 13:28:18 UTC

[GitHub] [hbase] virajjasani commented on pull request #3287: HBASE-25902 HMaster failed to start with NoSuchColumnFamilyException during upgrade from HBase 1.x to HBase 2.x

virajjasani commented on pull request #3287:
URL: https://github.com/apache/hbase/pull/3287#issuecomment-849634837


   I think it would be better to catch `NoSuchColumnFamilyException` by master and then let master schedule `ModifyTableProcedure` which can take care of adding missing CF. Performing this operation with Procedure should save us from any missing edge case or possible hidden race condition.


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