Type:
Bug
Priority:
Major
Resolution:
Fixed
Affects Version/s:
10.6 , 10.7(EOL) , 10.8(EOL) , 10.9(EOL) , 10.10(EOL) , 10.11 , 11.0(EOL) , 11.1(EOL) , 11.2(EOL)
mleich reproduced what looks like the bug MDEV-31386 , in a branch where the fix is present:
ssh pluto
rr replay /data/results/1690818484/MDEV-31386-Rebirth/1/rr/latest-trace
2023-07-31 17:25:55 0x70d307fff700 InnoDB: Assertion failure in file /data/Server/bb-11.2-MDEV-14795_1D/storage/innobase/handler/i_s.cc line 3842
InnoDB: Failing assertion: page_type == i_s_page_type[page_type].type_value
The block descriptor state had been last modified by buf_LRU_free_page() , which had discarded the uncompressed page frame of a ROW_FORMAT=COMPRESSED page. The block descriptor state at that point was buf_page_t::FREED , but it got lost due to an assignment that had better be an increment of the buffer-fix count:
diff --git a/storage/innobase/buf/buf0lru.cc b/storage/innobase/buf/buf0lru.cc
index 6cc4f1c3987..3ba31da2ffc 100644
--- a/storage/innobase/buf/buf0lru.cc
+++ b/storage/innobase/buf/buf0lru.cc
@@ -851,7 +851,12 @@ bool buf_LRU_free_page(buf_page_t *bpage, bool zip)
mysql_mutex_lock(&buf_pool.flush_list_mutex);
new (b) buf_page_t(*bpage);
b->frame = nullptr;
- b->set_state(buf_page_t::UNFIXED + 1);
+ {
+ ut_d(uint32_t s=) b->fix();
+ ut_ad(s == buf_page_t::FREED
+ || s == buf_page_t::UNFIXED
+ || s == buf_page_t::REINIT);
+ }
break;
default:
if (zip || !bpage->zip.data || !bpage->frame) {
For testing, I added a statement that would output of the value s (the state of the block descriptor before incrementing the buffer-fix count). All three values (FREED, UNFIXED, REINIT) were observed while executing the test innodb_zip.wl5522_zip .
As far as I can tell, the main impact of this bug is that a crash like MDEV-31386 is possible when accessing the views INFORMATION_SCHEMA.INNODB_BUFFER_PAGE or INFORMATION_SCHEMA.INNODB_BUFFER_PAGE_LRU at an unfortunate moment. A minor performance impact is that there may be unnecessary writes (MDEV-15528 ) or doublewrites (MDEV-19738 ) of affected ROW_FORMAT=COMPRESSED pages.
{"report":{"fcp":1128.5,"ttfb":345.30000019073486,"pageVisibility":"visible","entityId":123812,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"f2e664ff-55df-477c-9821-739fcd9a1b14","navigationType":0,"readyForUser":1228.7000002861023,"redirectCount":0,"resourceLoadedEnd":1286.9000000953674,"resourceLoadedStart":351.90000009536743,"resourceTiming":[{"duration":141.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":351.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":351.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":493.40000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":142.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":352.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":352.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":494.40000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":204.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":352.40000009536743,"connectEnd":352.40000009536743,"connectStart":352.40000009536743,"domainLookupEnd":352.40000009536743,"domainLookupStart":352.40000009536743,"fetchStart":352.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":352.40000009536743,"responseEnd":556.8000001907349,"responseStart":556.8000001907349,"secureConnectionStart":352.40000009536743},{"duration":267.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":352.5,"connectEnd":352.5,"connectStart":352.5,"domainLookupEnd":352.5,"domainLookupStart":352.5,"fetchStart":352.5,"redirectEnd":0,"redirectStart":0,"requestStart":352.5,"responseEnd":620.4000000953674,"responseStart":620.4000000953674,"secureConnectionStart":352.5},{"duration":271.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":352.80000019073486,"connectEnd":352.80000019073486,"connectStart":352.80000019073486,"domainLookupEnd":352.80000019073486,"domainLookupStart":352.80000019073486,"fetchStart":352.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":352.80000019073486,"responseEnd":624.4000000953674,"responseStart":624.4000000953674,"secureConnectionStart":352.80000019073486},{"duration":272.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":352.90000009536743,"connectEnd":352.90000009536743,"connectStart":352.90000009536743,"domainLookupEnd":352.90000009536743,"domainLookupStart":352.90000009536743,"fetchStart":352.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":352.90000009536743,"responseEnd":625,"responseStart":625,"secureConnectionStart":352.90000009536743},{"duration":272.7999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":353.2000002861023,"connectEnd":353.2000002861023,"connectStart":353.2000002861023,"domainLookupEnd":353.2000002861023,"domainLookupStart":353.2000002861023,"fetchStart":353.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":353.2000002861023,"responseEnd":626,"responseStart":626,"secureConnectionStart":353.2000002861023},{"duration":350.80000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":353.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":353.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":704.2000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":273.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":353.5,"connectEnd":353.5,"connectStart":353.5,"domainLookupEnd":353.5,"domainLookupStart":353.5,"fetchStart":353.5,"redirectEnd":0,"redirectStart":0,"requestStart":353.5,"responseEnd":626.9000000953674,"responseStart":626.9000000953674,"secureConnectionStart":353.5},{"duration":350.69999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":353.7000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":353.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":704.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":274,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":353.80000019073486,"connectEnd":353.80000019073486,"connectStart":353.80000019073486,"domainLookupEnd":353.80000019073486,"domainLookupStart":353.80000019073486,"fetchStart":353.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":353.80000019073486,"responseEnd":627.8000001907349,"responseStart":627.8000001907349,"secureConnectionStart":353.80000019073486},{"duration":509.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":354.90000009536743,"connectEnd":354.90000009536743,"connectStart":354.90000009536743,"domainLookupEnd":354.90000009536743,"domainLookupStart":354.90000009536743,"fetchStart":354.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":354.90000009536743,"responseEnd":864.5999999046326,"responseStart":864.5999999046326,"secureConnectionStart":354.90000009536743},{"duration":686.2000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":359.09999990463257,"connectEnd":359.09999990463257,"connectStart":359.09999990463257,"domainLookupEnd":359.09999990463257,"domainLookupStart":359.09999990463257,"fetchStart":359.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":359.09999990463257,"responseEnd":1045.3000001907349,"responseStart":1045.3000001907349,"secureConnectionStart":359.09999990463257},{"duration":150.90000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":716.5,"connectEnd":716.5,"connectStart":716.5,"domainLookupEnd":716.5,"domainLookupStart":716.5,"fetchStart":716.5,"redirectEnd":0,"redirectStart":0,"requestStart":716.5,"responseEnd":867.4000000953674,"responseStart":867.4000000953674,"secureConnectionStart":716.5},{"duration":43.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1034.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1034.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1077.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":251.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1035.7000002861023,"connectEnd":1035.7000002861023,"connectStart":1035.7000002861023,"domainLookupEnd":1035.7000002861023,"domainLookupStart":1035.7000002861023,"fetchStart":1035.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":1035.7000002861023,"responseEnd":1286.9000000953674,"responseStart":1286.9000000953674,"secureConnectionStart":1035.7000002861023},{"duration":229.59999990463257,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1118.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1118.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1348.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":257.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":1036,"connectEnd":1036,"connectStart":1036,"domainLookupEnd":1036,"domainLookupStart":1036,"fetchStart":1036,"redirectEnd":0,"redirectStart":0,"requestStart":1036,"responseEnd":1293.3000001907349,"responseStart":1293.3000001907349,"secureConnectionStart":1036}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":182,"responseStart":345,"responseEnd":351,"domLoading":349,"domInteractive":1292,"domContentLoadedEventStart":1292,"domContentLoadedEventEnd":1343,"domComplete":2411,"loadEventStart":2411,"loadEventEnd":2413,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1267.4000000953674},{"name":"bigPipe.sidebar-id.end","time":1268.2000002861023},{"name":"bigPipe.activity-panel-pipe-id.start","time":1268.3000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1271.5},{"name":"activityTabFullyLoaded","time":1351.8000001907349}],"measures":[],"correlationId":"20224bdfd9a41b","effectiveType":"4g","downlink":9.5,"rtt":0,"serverDuration":103,"dbReadsTimeInMs":16,"dbConnsTimeInMs":26,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}