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.
There are no comments yet on this issue.
{"report":{"fcp":884.9000000953674,"ttfb":171.30000019073486,"pageVisibility":"visible","entityId":123812,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":32,"apdex":0.5,"journeyId":"e38b0adf-9304-493d-b6e5-bd7712499b88","navigationType":0,"readyForUser":1004,"redirectCount":0,"resourceLoadedEnd":1072.7000002861023,"resourceLoadedStart":178.2000002861023,"resourceTiming":[{"duration":118.7999997138977,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":178.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":178.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":297,"responseStart":0,"secureConnectionStart":0},{"duration":119.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":178.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":178.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":298,"responseStart":0,"secureConnectionStart":0},{"duration":113,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":179,"connectEnd":179,"connectStart":179,"domainLookupEnd":179,"domainLookupStart":179,"fetchStart":179,"redirectEnd":0,"redirectStart":0,"requestStart":179,"responseEnd":292,"responseStart":292,"secureConnectionStart":179},{"duration":305.40000009536743,"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":179.09999990463257,"connectEnd":179.09999990463257,"connectStart":179.09999990463257,"domainLookupEnd":179.09999990463257,"domainLookupStart":179.09999990463257,"fetchStart":179.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":179.09999990463257,"responseEnd":484.5,"responseStart":484.5,"secureConnectionStart":179.09999990463257},{"duration":309.69999980926514,"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":179.30000019073486,"connectEnd":179.30000019073486,"connectStart":179.30000019073486,"domainLookupEnd":179.30000019073486,"domainLookupStart":179.30000019073486,"fetchStart":179.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":179.30000019073486,"responseEnd":489,"responseStart":489,"secureConnectionStart":179.30000019073486},{"duration":310.2000002861023,"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":179.59999990463257,"connectEnd":179.59999990463257,"connectStart":179.59999990463257,"domainLookupEnd":179.59999990463257,"domainLookupStart":179.59999990463257,"fetchStart":179.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":179.59999990463257,"responseEnd":489.80000019073486,"responseStart":489.80000019073486,"secureConnectionStart":179.59999990463257},{"duration":310.59999990463257,"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":179.80000019073486,"connectEnd":179.80000019073486,"connectStart":179.80000019073486,"domainLookupEnd":179.80000019073486,"domainLookupStart":179.80000019073486,"fetchStart":179.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":179.80000019073486,"responseEnd":490.40000009536743,"responseStart":490.40000009536743,"secureConnectionStart":179.80000019073486},{"duration":320.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":179.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":179.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":500.7000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":310.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":180.2000002861023,"connectEnd":180.2000002861023,"connectStart":180.2000002861023,"domainLookupEnd":180.2000002861023,"domainLookupStart":180.2000002861023,"fetchStart":180.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":180.2000002861023,"responseEnd":490.80000019073486,"responseStart":490.80000019073486,"secureConnectionStart":180.2000002861023},{"duration":328.5,"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":182.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":182.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":511.09999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":308.69999980926514,"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":182.7000002861023,"connectEnd":182.7000002861023,"connectStart":182.7000002861023,"domainLookupEnd":182.7000002861023,"domainLookupStart":182.7000002861023,"fetchStart":182.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":182.7000002861023,"responseEnd":491.40000009536743,"responseStart":491.40000009536743,"secureConnectionStart":182.7000002861023},{"duration":600.2999997138977,"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":189.30000019073486,"connectEnd":189.30000019073486,"connectStart":189.30000019073486,"domainLookupEnd":189.30000019073486,"domainLookupStart":189.30000019073486,"fetchStart":189.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":189.30000019073486,"responseEnd":789.5999999046326,"responseStart":789.5999999046326,"secureConnectionStart":189.30000019073486},{"duration":827.0999999046326,"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":189.30000019073486,"connectEnd":189.30000019073486,"connectStart":189.30000019073486,"domainLookupEnd":189.30000019073486,"domainLookupStart":189.30000019073486,"fetchStart":189.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":189.30000019073486,"responseEnd":1016.4000000953674,"responseStart":1016.4000000953674,"secureConnectionStart":189.30000019073486},{"duration":314.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":473.90000009536743,"connectEnd":473.90000009536743,"connectStart":473.90000009536743,"domainLookupEnd":473.90000009536743,"domainLookupStart":473.90000009536743,"fetchStart":473.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":473.90000009536743,"responseEnd":788.4000000953674,"responseStart":788.4000000953674,"secureConnectionStart":473.90000009536743},{"duration":252.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":820.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":820.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1072.7000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":197,"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":821.4000000953674,"connectEnd":821.4000000953674,"connectStart":821.4000000953674,"domainLookupEnd":821.4000000953674,"domainLookupStart":821.4000000953674,"fetchStart":821.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":821.4000000953674,"responseEnd":1018.4000000953674,"responseStart":1018.4000000953674,"secureConnectionStart":821.4000000953674},{"duration":199.2999997138977,"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":821.8000001907349,"connectEnd":821.8000001907349,"connectStart":821.8000001907349,"domainLookupEnd":821.8000001907349,"domainLookupStart":821.8000001907349,"fetchStart":821.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":821.8000001907349,"responseEnd":1021.0999999046326,"responseStart":1021.0999999046326,"secureConnectionStart":821.8000001907349},{"duration":312.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":877.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":877.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1190.0999999046326,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":15,"responseStart":171,"responseEnd":183,"domLoading":176,"domInteractive":1242,"domContentLoadedEventStart":1242,"domContentLoadedEventEnd":1286,"domComplete":2005,"loadEventStart":2005,"loadEventEnd":2005,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1216.8000001907349},{"name":"bigPipe.sidebar-id.end","time":1217.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":1217.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":1218.2000002861023},{"name":"activityTabFullyLoaded","time":1294}],"measures":[],"correlationId":"59a546d5147664","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":92,"dbReadsTimeInMs":13,"dbConnsTimeInMs":21,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}