[MDEV-30825] innodb_compression_algorithm=0 (none) increments Innodb_num_pages_page_compression_error Created: 2023-03-09 Updated: 2023-10-18 Resolved: 2023-10-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.37, 10.4.28, 10.5.19, 10.6.12, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0 |
| Fix Version/s: | 10.4.32, 10.5.23, 10.6.16, 10.10.7, 10.11.6, 11.0.4, 11.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | compression, regression-10.7 | ||
| Description |
|
Leads to:
Bug confirmed present in: Discussed with danblack who already developed a fix. |
| Comments |
| Comment by Daniel Black [ 2023-03-10 ] | |||||
|
https://github.com/MariaDB/server/pull/2538 note two questions in PR on getting the test case cleaner/right. | |||||
| Comment by Roel Van de Paar [ 2023-03-10 ] | |||||
|
Interestingly, with this testcase:
I can repeat the issue in 10.4 dbg/opt (Innodb_num_pages_page_compression_error console output only, no error log warning) rev cacea31687c098c0348deb1e433f4baddd817419. However, not in any other version (tested 10.5 to 10.7). And in 10.7+ we have the error log warning. | |||||
| Comment by Roel Van de Paar [ 2023-03-10 ] | |||||
|
Also interesting is that using --log-bin or not may make a difference in the issue reproducing or not. | |||||
| Comment by Marko Mäkelä [ 2023-03-10 ] | |||||
|
Thank you. Was this caused by | |||||
| Comment by Roel Van de Paar [ 2023-03-11 ] | |||||
|
Possibly. It already existed in an early 10.9 build from 14/2/2022 (verified). Bisecting would be hard given odd timing/sporadic behaviors across earlier versions. | |||||
| Comment by Daniel Black [ 2023-10-17 ] | |||||
|
updated PR 2538 (finally) with test case fixes. | |||||
| Comment by Marko Mäkelä [ 2023-10-17 ] | |||||
|
OK to push after simplifying the test case. |