ALM-13001 Available ZooKeeper Connections Are Insufficient
Description
The system checks ZooKeeper connections every 60 seconds. This alarm is generated when the system detects that the number of used ZooKeeper instance connections exceeds the threshold (80% of the maximum connections).
When the Trigger Count is 1, this alarm is cleared when the number of used ZooKeeper instance connections is smaller than or equal to the threshold. When the Trigger Count is greater than 1, this alarm is cleared when the number of used ZooKeeper instance connections is smaller than or equal to 90% of the threshold.
Attribute
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
13001 |
Major |
Yes |
Parameters
Name |
Meaning |
---|---|
Source |
Specifies the cluster for which the alarm is generated. |
ServiceName |
Specifies the service name for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host name for which the alarm is generated. |
Trigger Condition |
Specifies the threshold triggering the alarm. If the current indicator value exceeds this threshold, the alarm is generated. |
Impact on the System
Available ZooKeeper connections are insufficient. When the connection usage reaches 100%, external connections cannot be handled.
Possible Causes
The number of connections to the ZooKeeper node exceeds the threshold. Connection leakage occurs on some connection processes, or the maximum number of connections does not comply with the actual scenario.
Procedure
Check connection status.
- On the FusionInsight Manager portal, choose O&M > Alarm > Alarms. On the displayed interface, click the drop-down button of Available ZooKeeper Connections Are Insufficient and confirm the node IP address of the host for which the alarm is generated in the Location Information.
- Obtain the PID of the ZooKeeper process. Log in to the node involved in this alarm as user root and run the pgrep -f proc_zookeeper command.
- Check whether the PID can be correctly obtained.
- Obtain all the IP addresses connected to the ZooKeeper instance and the number of connections and check 10 IP addresses with top connections. Run the following command based on the obtained PID: lsof -i|grep $pid | awk '{print $9}' | cut -d : -f 2 | cut -d \>-f 2 | awk '{a[$1]++} END {for(i in a){print i,a[i] | "sort -r -g -k 2"}}' | head -10. (The PID obtained in the preceding step is used.)
- Check whether node IP addresses and number of connections are successfully obtained.
- Obtain the ID of the port connected to the process. Run the following command based on the obtained PID and IP address: lsof -i|grep $pid | awk '{print $9}'|cut -d \> -f 2 |grep $IP| cut -d : -f 2. (The PID and IP address obtained in the preceding step are used.)
- Check whether the port ID is successfully obtained.
- Obtain the ID of the connected process. Log in to each IP address and run the following command based on the obtained port ID: lsof -i|grep $port. (The port ID obtained in the preceding step is used.)
- Check whether the process ID is successfully obtained.
- Check whether connection leakage occurs on the process based on the obtained process ID.
- Close the process where connection leakage occurs and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 12.
- On the FusionInsight Manager portal, choose Cluster > Name of the desired cluster > Services > ZooKeeper > Configurations > All Configurations > quorumpeer > Performance and increase the value of maxCnxns as required.
- Save the configuration and restart the ZooKeeper service.
- Check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 15.
Collect fault information.
- On the FusionInsight Manager portal, choose O&M > Log > Download.
- Select ZooKeeper in the required cluster from the Service:
- 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 the O&M personnel and send the collected log information.
Alarm Clearing
After the fault is rectified, the system automatically clears this alarm.
Related Information
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot