[MDEV-10503] TokuDB logical row counts could get totally out of sync Created: 2016-08-05 Updated: 2016-11-24 Resolved: 2016-11-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB |
| Affects Version/s: | 10.1.16, 10.0 |
| Fix Version/s: | 10.1.18, 10.0.28 |
| Type: | Bug | Priority: | Critical |
| Reporter: | jocelyn fournier | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | upstream | ||
| Description |
|
Hi, FYI, the latest TokuDB version included in MariaDB 10.1.16 contains a nasty bug which could lead to cardinality wrongly set to 0 for all the keys (with the impact on the execution plan you can imagine). https://tokutek.atlassian.net/browse/DB-1006 Since it could lead to really bad issues, I wonder if you want to cherry pick the bugfix to include it in MariaDB, or just wait for the next TokuDB engine 5.6.32-77.1 release. Thanks, |
| Comments |
| Comment by Phil Sweeney [ 2016-08-14 ] |
|
serg FYI (I ran into this bug with 10.1.16 as well). I see you've just done the TokuDB merge but this fix isn't yet released by Percona so hasn't made it in. |
| Comment by Reinis Rozitis [ 2016-08-17 ] |
|
This seems to be fixed in the upstream now. |
| Comment by jocelyn fournier [ 2016-08-25 ] |
|
Too bad MariaDB 10.0.27 has just been release with TokuDB 5.6.31-77.0 instead of 5.6.32-78.0 which contain the fix for this bug. |
| Comment by Sergei Golubchik [ 2016-08-26 ] |
|
Not for 10.1.17, but probably yes for 10.1.18 |
| Comment by jocelyn fournier [ 2016-08-26 ] |
|
Then I will have to manually compile it to avoid having this issue for another month, it sucks |
| Comment by jocelyn fournier [ 2016-11-24 ] |
|
This one seems to be fixed now |
| Comment by Elena Stepanova [ 2016-11-24 ] |
|
joce, Thanks for update. |