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


   I think the goal for HBASE-23055 is to give us a way to not need to always 
upgrade region server first when there is a meta schema change, so I think we 
should try to do this less hacky.
   In general, after master starts, it should check whether the meta has all 
the required families, if not, it should schedule a ModifyTableProcedure to 
change the meta schema, instead of updating the table descriptor directly, as a 
ModifyTableProcedure will trigger a region reopen at region server side, so we 
do not need to hack at region server side.
   Thanks.


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


Reply via email to