[MDEV-15722] database restoration from mysqldump is not replicated(?) Created: 2018-03-29 Updated: 2020-01-06 Resolved: 2020-01-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.1.31 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | none now | Assignee: | Stepan Patryshev (Inactive) |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Centos 7.4 |
||
| Description |
|
hi I backup a database like this: This should get replicated, right? |
| Comments |
| Comment by Elena Stepanova [ 2018-04-02 ] | |||||||
|
What kind of "cluster" do you have? Is it a Galera cluster or the regular replication? | |||||||
| Comment by none now [ 2018-04-03 ] | |||||||
|
I believe I have a "regular" galera.
regards. | |||||||
| Comment by none now [ 2018-04-03 ] | |||||||
|
to be bit more specific, on the node on which I execute: | |||||||
| Comment by none now [ 2018-04-14 ] | |||||||
|
hi guys, | |||||||
| Comment by none now [ 2018-05-01 ] | |||||||
|
hi folks, would you have some update? | |||||||
| Comment by none now [ 2018-05-11 ] | |||||||
|
hi, How could it be that one/some db is not replicating while others are fine? | |||||||
| Comment by none now [ 2018-05-17 ] | |||||||
|
Just an update - for that wordpress db, in wordpress I used "reset db plugin" and I reset just one table: options and... ! Replications re-started immediately. | |||||||
| Comment by Jan Lindström (Inactive) [ 2019-12-04 ] | |||||||
|
Can you provide step by step instructions how to repeat. We would need contents of db.sql and can you provide output where we can see that data is not replicated (I hope you have verified that tables are InnoDB-tables) and error log from all nodes. | |||||||
| Comment by Stepan Patryshev (Inactive) [ 2019-12-04 ] | |||||||
|
I have tried to reproduce it on 10.1.31-MariaDB-debug Source distribution (aba15b864af664276261dcbbdaef35268d407af1) with Galera 25.3.22(r3787) (7715c28895faa892b5201059a904e581edc106b2) with the same commands and options as mentioned here above. I used a cluster of three nodes made by:
Created DB with three such tables:
Filled it with 30K rows each and restored backup successfully replicated. |