Skip to content

Commit aeb8f02

Browse files
authored
Update hbase-troubleshoot-hbase-hbck-inconsistencies.md
1 parent 15760a8 commit aeb8f02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/hbase/hbase-troubleshoot-hbase-hbck-inconsistencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Varies.
3535
3636
## Issue: Region is offline
3737
38-
Region xxx not deployed on any RegionServer. This means the region is in `hbase:meta`, but offline.
38+
Region xxx not deployed on any RegionServer. It means the region is in `hbase:meta`, but offline.
3939
4040
### Cause
4141
@@ -49,7 +49,7 @@ Bring regions online by running:
4949
hbase hbck -ignorePreCheckPermission –fixAssignment
5050
```
5151
52-
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
5353
5454
---
5555
@@ -61,7 +61,7 @@ Varies.
6161
6262
### Resolution
6363
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:
6565
6666
```
6767
RegionA, startkey:001, endkey:010,
@@ -81,7 +81,7 @@ Can't load `.regioninfo` for region `/hbase/data/default/tablex/regiony`.
8181
8282
### Cause
8383
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.
8585
8686
### Resolution
8787

0 commit comments

Comments
 (0)