You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "张铎 (Duo Zhang)" <pa...@gmail.com> on 2020/09/11 09:44:21 UTC

[DISCUSS] Support splittable meta with storing root in master local region(HBASE-24950)

The implementation is almost done, this is the big PR.

https://github.com/apache/hbase/pull/2385

There are still some works to be done:
1. Improve the backup master cache
2. Having a clear design on how to support old clients when we split meta
3. Run ITBLL to verify the stability.

Want to get some feedbacks on the PR.

Thanks.