Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Description
In HBASE-20700, we make RecoverMetaProcedure use a special lock which is only used by RMP to avoid dead lock with MoveRegionProcedure. But we will always schedule a RMP when master starting up, so we still need to make sure that there is no race between this RMP and other RMPs and SCPs scheduled before the master restarts.
Please see #[accompanying design document where we call out the problem being addressed by this issue in more detail and in which we describe our new approach to Master startup.
Attachments
Attachments
Issue Links
- blocks
-
HBASE-20747 Cut branch-2.1
- Closed
- breaks
-
HBASE-20775 TestMultiParallel is flakey
- Resolved
- is related to
-
HBASE-20700 Move meta region when server crash can cause the procedure to be stuck
- Resolved
-
HBASE-20976 SCP can be scheduled multiple times for the same RS
- Resolved
-
HBASE-19287 master hangs forever if RecoverMeta send assign meta region request to target server fail
- Resolved
-
HBASE-19998 Flakey TestVisibilityLabelsWithDefaultVisLabelService
- Resolved
-
HBASE-20742 Always create WAL directory for region server
- Resolved
-
HBASE-20739 Add priority for SCP
- Resolved
- relates to
-
HBASE-20987 Evalate backport of HBASE-20708 Remove the usage of RecoverMetaProcedure in master startup
- Resolved
- links to