ALM-12039 GaussDB Data Is Not Synchronized (For MRS 2.x or Earlier)
Description
The system checks the data synchronization status between the active and standby GaussDB nodes 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 data synchronization status is normal.
Attribute
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12039 |
Critical |
Yes |
Parameter
Parameter |
Description |
---|---|
ServiceName |
Service for which the alarm is generated. |
RoleName |
Role for which the alarm is generated. |
HostName |
Host for which the alarm is generated. |
Local GaussDB HA IP |
HA IP address of the local GaussDB. |
Peer GaussDB HA IP |
HA IP address of the peer GaussDB. |
SYNC_PERSENT |
Synchronization percentage. |
Impact on the System
When data is not synchronized between the active and standby GaussDBs, the data may be lost or abnormal if the active instance becomes abnormal.
Possible Causes
- The network between the active and standby nodes is unstable.
- The standby GaussDB is abnormal.
- The disk space of the standby node is full.
Procedure
- Go to the MRS cluster details page. In the alarm list on the alarm management tab page, click the row that contains the alarm. In the alarm details, view the IP address of the standby GaussDB node.
- Log in to the active management node.
- Run the following command to check whether the standby GaussDB is reachable:
ping heartbeat IP address of the standby GaussDB
If yes, go to 6.
If no, go to 4.
- Contact the O&M personnel 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.
- Log in to the standby GaussDB node.
- Run the following commands to switch the user:
sudo su - root
su - omm
- Go to the ${BIGDATA_HOME}/om-0.0.1/sbin/ directory.
Run the following command to check whether the resource status of the standby GaussDB is normal:
sh status-oms.sh
In the command output, check whether the following information is displayed in the row where ResName is gaussDB:10_10_10_231 gaussDB Standby_normal Normal Active_standby
- Log in to the standby GaussDB node.
- Run the following commands to switch the user:
sudo su - root
su - omm
- Run the echo ${BIGDATA_DATA_HOME}/dbdata_om command to obtain the GaussDB data directory.
- Run the df -h command to check the system disk partition usage.
- Check whether the disk where the GaussDB data directory is mounted is full.
- Contact the O&M personnel to expand the disk capacity. After capacity expansion, wait 2 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 15.
- Collect fault information.
- On MRS Manager, choose .
- Contact the O&M engineers and send the collected logs.
Reference
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.