Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
14 KiB
ALM-19014 Capacity Quota Usage on ZooKeeper Exceeds the Threshold Severely
Description
The system checks the ZNode usage of the HBase service every 120 seconds. This alarm is generated when the ZNode capacity usage of the HBase service exceeds the critical alarm threshold (90% by default).
This alarm is cleared when the ZNode capacity usage is less than the critical alarm threshold.

If the multi-instance function has been enabled in the cluster and multiple HBase services have been installed, determine the HBase service for which the alarm is generated based on the value of ServiceName in Location. For example, if the value of ServiceName is HBase-1, change the operation object in the procedure from HBase to HBase-1.
Attribute
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
19014 |
Critical |
Yes |
Parameters
Name |
Meaning |
---|---|
Source |
Specifies the cluster for which the alarm is generated. |
ServiceName |
Specifies the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host for which the alarm is generated. |
Threshold |
Specifies the threshold for which the alarm is generated. |
Impact on the System
This alarm indicates that the capacity usage of the ZNode of HBase has exceeded the threshold severely. As a result, the write request of the HBase service fails.
Possible Causes
- DR is configured for HBase, and data synchronization fails or is slow in DR.
- A large number of WAL files are being split in the HBase cluster.
Procedure
Check the capacity configuration and usage of ZNodes.
- On FusionInsight Manager, choose O&M > Alarm > Alarms, select the alarm whose ID is 19014, and view the threshold in Additional Information.
- Log in to the HBase client as user root. Run the following command to go to the client installation directory:
cd Client installation directory
Run the following command to set environment variables:
source bigdata_env
If the cluster uses the security mode, run the following command to perform security authentication:
kinit hbase
Enter the password as prompted (obtain the password from the MRS cluster administrator).
- Run the hbase zkcli command to log in to the ZooKeeper client and run the listquota /hbase command to check the ZNode capacity quota of the HBase service. The ZNode root directory in the command is specified by the zookeeper.znode.parent parameter of the HBase service. The marked area in the following figure shows the capacity configuration of the root ZNode of the HBase service.
- Run the getusage /hbase/splitWAL command to check the capacity usage of the ZNode. Check whether the ratio of Data size to the ZNode capacity quota is close to the alarm threshold.
- On FusionInsight Manager, choose O&M > Alarm > Alarms. Check whether the alarm whose ID is 12007, 19000, or 19013 and the ServiceName in Location is the current HBase service exists.
- Run the getusage /hbase/replication command to check the capacity usage of the ZNode. Check whether the ratio of Data size to the ZNode capacity quota is close to the alarm threshold.
- On FusionInsight Manager, choose O&M > Alarm > Alarms. Check whether the alarm whose ID is 19006 and ServiceName in Location is the current HBase service exists.
- Check whether the alarm is cleared five minutes later.
- If yes, no further action is required.
- If no, go to 9.
Collect the fault information.
- On FusionInsight Manager, choose O&M > Log > Download.
- Expand the drop-down list next to the Service field. In the Services dialog box that is displayed, select HBase for the target cluster.
- Click
in the upper right corner, and set Start Date and End Date for log collection to 10 minutes ahead of and after the alarm generation time, respectively. Then, click Download.
- Contact O&M personnel and provide the collected logs.
Alarm Clearing
This alarm is automatically cleared after the fault is rectified.
Related Information
None