Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Description
See HBASE-18105 for related information, this jira will change the logic of Path 1 in splitProcedure, the execution path will be:
HBaseAdmin.splitRegionAsync > MasterKeepAliveConnection.splitRegion -> MasterRpcServices.splitRegion -> HMaster.splitRegion> AssignmentManager.submitProcedure
Master Will no longer ask Rs and then Rs turn around to ask master to do the split operation.
Attachments
Attachments
Issue Links
- incorporates
-
HBASE-11608 Add synchronous split
- Closed
- Is contained by
-
HBASE-18105 [AMv2] Split/Merge need cleanup; currently they diverge and do not fully embrace AMv2 world
- Closed
- links to