You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, run `assign <region-hash>` on hbase-shell to force to assign this region
52
+
Alternatively, run `assign <region-hash>` on hbase-shell to force assign this region
53
53
54
54
---
55
55
@@ -61,7 +61,7 @@ Varies.
61
61
62
62
### Resolution
63
63
64
-
Manually merge those overlapped regions. Go to HBase HMaster Web UI table section, select the table link, which has the issue. You will see start key/end key of each region belonging to that table. Then merge those overlapped regions. In HBase shell, do `merge_region 'xxxxxxxx','yyyyyyy', true`. For example:
64
+
Manually merge those overlapped regions. Go to HBase HMaster Web UI table section, select the table link, which has the issue. You see start key/end key of each region belonging to that table. Then merge those overlapped regions. In HBase shell, do `merge_region 'xxxxxxxx','yyyyyyy', true`. For example:
65
65
66
66
```
67
67
RegionA, startkey:001, endkey:010,
@@ -81,7 +81,7 @@ Can't load `.regioninfo` for region `/hbase/data/default/tablex/regiony`.
81
81
82
82
### Cause
83
83
84
-
This is most likely due to region partial deletion when RegionServer crashes or VM reboots. Currently, the Azure Storage is a flat blob file system and some file operations are not atomic.
84
+
It is most likely due to region partial deletion when RegionServer crashes or VM reboots. Currently, the Azure Storage is a flat blob file system and some file operations are not atomic.
0 commit comments