Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
Reviewed
Description
Found this when digging HBASE-28522.
First, this is not safe as MTP does not like DTP where we hold the exclusive lock all the time.
Second, even if we hold the exclusive lock all the time, as showed in HBASE-28522, we may still hang there forever because SCP will not interrupt the TRSP.
Attachments
Issue Links
- breaks
-
HBASE-28740 Need to call parent class's serialization methods in CloseExcessRegionReplicasProcedure
- Resolved
- is related to
-
HBASE-28522 UNASSIGN proc indefinitely stuck on dead rs
- Resolved
- links to