Details
-
Task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Description
We already have a local region to store the procedure data and when implementing HBASE-11288, splittable meta, we are thinking of also storing the data for root table in a local region.
Now in the patch for HBASE-24388, we introduced another local region to store the data for root table, but maybe it is better to store the procedure data and root table together in a single region(with different families).
And this should be done before 2.3.0, to prevent shipping the procedure store region out in a release. Set it a blocker for 2.3.0.
Patch will be available soon.
Attachments
Issue Links
- is related to
-
HBASE-24388 Store the locations of meta regions in master local store
- Resolved
-
HBASE-23326 Implement a ProcedureStore which stores procedures in a HRegion
- Resolved
- links to