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: [email protected]
