[MDEV-17748] innodb.alter_inplace_perfschema fails in buildbot with wrong result Created: 2018-11-16 Updated: 2019-01-08 Resolved: 2019-01-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.22, 10.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos74-amd64-debug/builds/1109
|
| Comments |
| Comment by Marko Mäkelä [ 2018-11-16 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
I think that this could occasionally fail in 10.2 as well. | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Thirunarayanan Balathandayuthapani [ 2019-01-04 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
The limit could be too tight. we can increase the limit | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2019-01-04 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
Yes, increasing the limit should fix this. But can you please find out what exactly causes the occasional failures? Could it be because the size of the main-memory buffer is not always the same, and we could need more data to fill that buffer, to force the temporary file to be created? | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Thirunarayanan Balathandayuthapani [ 2019-01-07 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
Afaik, temporary file creation happens for the problematic test case scenario. May be some how, temporary file creation is not reflecting in performance schema query result. | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Thirunarayanan Balathandayuthapani [ 2019-01-08 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
The above patch can solve the issue. |