User Tools

Site Tools


resolution_area:prometheus_resolutions:res-p1704

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
resolution_area:prometheus_resolutions:res-p1704 [2021/06/25 10:09] – external edit 127.0.0.1resolution_area:prometheus_resolutions:res-p1704 [2021/07/05 20:08] (current) 10.91.120.28
Line 4: Line 4:
  
  
-**Purpose:**+**Purpose:** Alert Errigal engineers to a problem with replication to the secondary database(s). Replication databases are used for Reporting Applications, issues with replication mean the data becomes out of date and customer reports will be incorrect.
  
-**Scenario:** MySQL Slave IO thread has not been running on <server> for 5m.+**Scenario:** MySQL Slave IO thread has not been running on <server> for 5m. 
  
-**Resolution:**+**Resolution:** Check the replication status on the server, 'show slave status'. Confirm slave io thread is actually not running. Check InnoDB engine logs to try to determine why replication stopped. To restart the IO process, Run 'stop slave' followed by 'start slave', check if replication status is restored. 
 +  
 +If the replica database still refuses to resume, examine the error column in 'show slave status' and continues the investigation from this point.
  
 **Manual Action Steps:** **Manual Action Steps:**
 +<code>
 +- Check errors in 'show slave status'
 +- Restart replication on the replica
 +    - stop slave;
 +    - start slave;
 +</code>
  
-**Auto Clear:**+ 
 +**Auto Clear:** Yes
resolution_area/prometheus_resolutions/res-p1704.1624612196.txt.gz · Last modified: 2021/06/25 10:09 by 127.0.0.1