[MDEV-6228] Mariadb galera cluster slave lag Created: 2014-05-11 Updated: 2015-06-12 Resolved: 2014-05-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.37-galera |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | QFY | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOs 6.2 |
||
| Description |
|
When Mariadb galera cluster comes across a big transaction ,like insert into a table 1000,000 rows ,or update a table 1000,000 rows ,Doesn't the slave |
| Comments |
| Comment by Elena Stepanova [ 2014-05-11 ] |
|
Please read documentation on Galera replication, in particular how certification-based replication works (e.g. here: http://galeracluster.com/documentation-webpages/certificationbasedreplication.html ), but reading other sections can be useful too. If after doing so you still think you observe a bug, please comment to re-open the issue, attach logs and any other materials that can help to confirm and analyze the problem. |
| Comment by QFY [ 2014-05-12 ] |
|
I mean that Mariadb galera cluster said there is no slave lag. I just mean this.Maybe it's not a bug (actually it is not a bug),but the document in official must be preciseness. The official document :https://mariadb.com/kb/en/what-is-mariadb-galera-cluster/ |
| Comment by Frens Jan Rumph [ 2015-06-12 ] |
|
(sorry for commenting on an old ticket, but I reckoned it better than opening a new one) About the last comment by @QFY ... is this correct? If an (commit for a) insert / update acknowledged, can a reader on another node read stale data? |