Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 072e62e

Browse files
authoredNov 8, 2021
Update hbase-troubleshoot-start-fails.md
1 parent a3f1a32 commit 072e62e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎articles/hdinsight/hbase/hbase-troubleshoot-start-fails.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ ms.date: 11/07/2021
1010

1111
This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.
1212

13-
## Scenario: Master startup cannot progress, in holding-pattern until region onlined
13+
## Scenario: Master startup cannot progress, in holding-pattern until region comes online
1414

1515
### Issue
1616

17-
HMaster fails to start due to below WARNING
18-
```
17+
HMaster fails to start due to the following warning:
18+
```output
1919
hbase:namespace,,<timestamp_region_create>.<encoded_region_name>.is NOT online; state={<encoded_region_name> state=OPEN, ts=<some_timestamp>, server=<server_name>}; ServerCrashProcedures=true. Master startup cannot progress, in holding-pattern until region onlined.
20+
```
2021

21-
# For example,
22+
For example, the parameter values may vary in the actual message:
23+
```output
2224
hbase:namespace,,1546588612000.0000010bc582e331e3080d5913a97000. is NOT online; state={0000010bc582e331e3080d5913a97000 state=OPEN, ts=1633935993000, server=<wn fqdn>,16000,1622012792000}; ServerCrashProcedures=false. Master startup cannot progress, in holding-pattern until region onlined.
2325
```
2426

@@ -28,8 +30,10 @@ HMaster will check for the WAL directory on the region servers before bringing b
2830

2931
### Resolution
3032

31-
Create this dummy directory using the command `sudo -u hbase hdfs dfs -mkdir /hbase-wals/WALs/<wn fqdn>,16000,1622012792000` and restart HMaster service from Ambari UI
33+
1. Create this dummy directory using the command:
34+
`sudo -u hbase hdfs dfs -mkdir /hbase-wals/WALs/<wn fqdn>,16000,1622012792000`
3235

36+
2. Restart the HMaster service from the Ambari UI.
3337

3438
## Scenario: Atomic renaming failure
3539

0 commit comments

Comments
 (0)