Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
1.4.0, 2.0.0-alpha-1
-
None
-
None
Description
We run into cases that with read replica, after split, sometimes, the parent replica region is left in master's in memory onlineRegion list. This results in the region got assigned to a region server. Though the root cause will be fixed by HBASE-18025. We need to enhance hbck tool to fix this in-memory state. Currently, hbck only allows the fix for primary region (in this case, the primary region is gone) with fixAssignment option, please see the following line of code. We will enhance it so it can be applied to replica region as well.
Attachments
Issue Links
- Is contained by
-
HBASE-18223 Track the effort to improve/bug fix read replica feature
- Resolved