ALM-27004 Data Inconsistency Between Active and Standby DBServices
Alarm Description
The system checks the data synchronization status between the active and standby DBServices every 10 seconds. This alarm is generated when the synchronization status cannot be queried for six consecutive times or when the synchronization status is abnormal.
This alarm is cleared when the synchronization is in normal state.
Alarm Attributes
Alarm ID |
Alarm Severity |
Alarm Type |
Service Type |
Auto Cleared |
---|---|---|---|---|
27004 |
Critical |
Quality of service |
FusionInsight Manager |
Yes |
Alarm Parameters
Type |
Parameter |
Description |
---|---|---|
Location Information |
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. |
|
Additional Information |
Local DBService HA |
Specifies a local DBService HA. |
Peer DBService HA |
Specifies a peer DBService HA. |
|
Synchronization of active and standby DBServices |
Synchronization rate of active and standby DBService nodes |
Impact on the System
When data is not synchronized between the active and standby DBServer and the active instance becomes abnormal, the data may be lost or abnormal.
Possible Causes
- The network between the active and standby nodes is unstable.
- The standby DBService is abnormal.
- The disk space of the standby node is full.
- The CPU usage of the GaussDB process on the active DBService node is high. (You need to locate the fault based on logs.)
Handling Procedure
Check whether the network between the active and standby nodes is normal.
- On FusionInsight Manager, choose Cluster > Services > DBService > Instances to view the service IP address of the standby DBServer instance.
- Log in to the active DBService node as user root.
- Run the ping heartbeat IP address of the standby DBService command to check whether the standby DBService node is reachable.
- Contact the network administrator to check whether the network is faulty.
- Rectify the network fault and check whether the alarm is cleared from the alarm list.
- If yes, no further action is required.
- If no, go to 6.
Check whether the status of the standby DBService is normal.
- Log in to the standby DBservice node as user root.
- Run the su - omm command to switch to user omm.
- Go to the ${DBSERVER_HOME}/sbin directory and run the ./status-dbserver.sh command to check whether the GaussDB resource status of the standby DBService is in normal state. In the command output, check whether the following information is displayed in the row where ResName is gaussDB:
The following is an example:
10_10_10_231 gaussDB Standby_normal Normal Active_standby
Check whether the disk space of the standby node is full.
- Log in to the standby DBservice node as user root.
- Run the su - omm command to switch to user omm.
- Go to the ${DBSERVER_HOME} directory, and run the following commands to obtain the DBService data directory:
cd ${DBSERVER_HOME}
source .dbservice_profile
echo ${DBSERVICE_DATA_DIR}
- Run the df -h command to check the system disk partition usage.
- Check whether the DBService data directory space is full.
- Expand the disk capacity of the node.
- After the disk capacity is expanded, wait 2 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 16.
Collect fault information.
- On FusionInsight Manager, choose O&M. In the navigation pane on the left, choose Log > Download.
- In the Service drop-down list, select DBService of the cluster to be operated, select OS, OS Statistics, and OS Performance in the OMS area, and click OK.
- 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 engineers and provide the collected logs.
Alarm Clearance
This alarm is automatically cleared after the fault is rectified.
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