User Tools
Writing /app/www/public/data/meta/watchdogs/resolving_replication_timeout_issue.meta failed
watchdogs:resolving_replication_timeout_issue
Differences
This shows you the differences between two versions of the page.
| watchdogs:resolving_replication_timeout_issue [2020/09/29 13:25] – created mmcc | watchdogs:resolving_replication_timeout_issue [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Resolving Replication Timeout Issue ====== | ||
| + | Author: Yan Wang | ||
| + | |||
| + | Steps to resolve replication timeout issue: | ||
| + | |||
| + | 1. login into slave database | ||
| + | |||
| + | 2. run show slave status\G | ||
| + | |||
| + | 3. check the Last_Errno and Last_Error to identify if it's a timeout issue | ||
| + | |||
| + | 4. run SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; to skip that query(will be run manually later) - AWS RDS can run the query, check here for sulotion: https:// | ||
| + | |||
| + | 5. restart slave by START SLAVE; | ||
| + | |||
| + | 6. if Last_Error doesn' | ||
| + | |||
| + | 7. run the query you get from file_to_store_query.sql, | ||