[MDEV-19561] Cardinality error in InnoDB slave statistics Created: 2019-05-23 Updated: 2019-09-11 Resolved: 2019-09-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Insert, Replication, Storage Engine - InnoDB |
| Affects Version/s: | 10.3.14 |
| Fix Version/s: | 10.2.24, 10.1.39, 10.3.15, 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Juan | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS Linux release 7.5.1804 (Core) |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Default configuration (engine-dependent) statistics do not update correctly on slave for InnoDB.
Having this table in a 3 node MariaDB 10.3.14 Galera cluster, and a slave (configurations attached) with the following (default) stats configuration on all servers:
as rows are inserted all statistics update correctly except for non-unique key stats on the slave, which incorrectly show unique key cardinality. Galera node / master:
(this error is statistical & not relevant) Slave:
|
| Comments |
| Comment by Geoff Montee (Inactive) [ 2019-07-31 ] |
|
Could this be a duplicate of |
| Comment by Juan [ 2019-09-11 ] |
|
Indeed it is. Thanks GeoffMontee |
| Comment by Juan [ 2019-09-11 ] |
|
MDEV-17605 fixed this issue. |