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/09/09 11:43:34 UTC

[GitHub] [hbase] Apache9 commented on pull request #2366: HBASE-25000 Move delete region info related methods to RegionStateStore

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


   > The overall plan is? Which methods should move to RegionStateStore and which should keep? Thanks.
   
   The final goal is to move all the meta edit related methods to RegionStateStore. As now we only allow editing meta from master, still leaving these methods in MetaTableAccessor will give developer an impression that you can modify meta table if you have a Connection instance, which is incorrect. But it is not easy to finish them at once(I tried in HBASE-24985 but the patch is too big...), so I plan to do them piece by piece.


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