-
Type:
Improvement
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha-1, 2.3.0
-
Component/s: proc-v2
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note:
So we can resue the code in HRegion for persisting the procedures, and also the optimized WAL implementation for better performance.
This requires we merge the hbase-procedure module to hbase-server, which is an anti-pattern as we make the hbase-server module more overloaded. But I think later we can first try to move the WAL stuff out.
- breaks
-
HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB
-
- Resolved
-
- relates to
-
HBASE-23617 Add a stress test tool for region based procedure store
-
- Resolved
-
-
HBASE-23618 Add a tool to dump procedure info in the WAL file
-
- Resolved
-
-
HBASE-23624 Add a tool to dump the procedure info in HFile
-
- Resolved
-
-
HBASE-23652 Move the unsupported procedure type check before migrating to RegionProcedureStore
-
- Resolved
-
-
HBASE-24408 Introduce a general 'local region' to store data on master
-
- Resolved
-
- links to