[MDEV-30627] Slave unable to sync with master Created: 2023-02-09 Updated: 2023-02-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Backup, Replication |
| Affects Version/s: | 10.6.11 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kevin Wang | Assignee: | Angelique Sklavounos (Inactive) |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RedHat 8 |
||
| Description |
|
Step to reproduce:
problems:
after "set global SQL_SLAVE_SKIP_COUNTER = 1;", new error appeared:
After downgraded MariaDB on slave node to 10.6.10, then repeat the steps above, the replication worked nicely. |
| Comments |
| Comment by Andrei Elkin [ 2023-02-09 ] | ||||||||||||||||||
|
kevinwang1975, thanks for the report! We definitely need a more detailed description of your steps, necessarily providing us with exact commands esp. for pp.3,4. | ||||||||||||||||||
| Comment by Kevin Wang [ 2023-02-09 ] | ||||||||||||||||||
|
Hi Andrei, Step 3)
Step 4)
The commands above have been used more than once with different versions of MariaDB with no issue. e.g. 10.4, 10.6, etc. We only ran into issue this time with 10.6.11 we recently upgraded to. | ||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2023-02-15 ] | ||||||||||||||||||
|
I'm trying to reproduce this and wanted to confirm/ask a few things.
Thank you. | ||||||||||||||||||
| Comment by Kevin Wang [ 2023-02-16 ] | ||||||||||||||||||
|
Hi Angelique, 1. backup command:
2. yes, backup was made with 10.6.11 About 3 and 4, as it is a PROD system, I don't have to freedom to share the content, sorry. |