[MDEV-28212] Query Cache on Primary-Secondary-Secondary not invalidated on updates Created: 2022-04-01 Updated: 2022-05-03 Resolved: 2022-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Query Cache, Replication |
| Affects Version/s: | 10.5.13 |
| Fix Version/s: | 10.5.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Tim Bienias | Assignee: | Angelique Sklavounos (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
bitnami/mariadb Helm Chart on Kubernetes running on Linux |
||
| Issue Links: |
|
||||||||||||
| Description |
|
When running Primary-Secondary-Secondary setup DML operations on Primary do not trigger query caches on Secondaries to be invalidated when binary log is in ROW format. Reproduce as follows (given a table ): On Primary:
On Secondaries:
Excerpt from my.cnf for Primary and Secondaries:
|
| Comments |
| Comment by Angelique Sklavounos (Inactive) [ 2022-04-12 ] |
|
Have been able to reproduce on 10.5.13 with primary --> replica. Still need to check other versions and write up test case... |
| Comment by Angelique Sklavounos (Inactive) [ 2022-04-21 ] |
|
I tested this with 10.5.15 and could not see the behavior with a primary server and two replicas (and could see it with 10.5.13). I later stumbled upon |
| Comment by Angelique Sklavounos (Inactive) [ 2022-04-21 ] |
|
tbienias could I please verify the exact setup of the primary and two replicas to test this and see if it is a duplicate bug or not? Thank you. |
| Comment by Marko Mäkelä [ 2022-04-28 ] |
|
Could this be a duplicate of |
| Comment by Angelique Sklavounos (Inactive) [ 2022-04-28 ] |
Yes, I wrote this above. |
| Comment by Angelique Sklavounos (Inactive) [ 2022-04-28 ] |
|
tbienias please try upgrading to 10.5.14. I will resolve this bug as a Duplicate for now. |