Type:
Bug
Priority:
Blocker
Resolution:
Fixed
Affects Version/s:
10.6
mleich provided rr replay traces of a 10.6 based testing branch where InnoDB shutdown would hang after shrinking the InnoDB buffer pool was initiated.
This might have been caused by MDEV-26827 in 10.6.13. The fix of MDEV-32029 did refactor some related code, but I don’t think the hang should be related to that. The reason for the hang is that buf_flush_wait_LRU_batch_end() (invoked by buf_pool_t::withdraw_blocks() when shrinking the buffer pool) would wait indefinitely for buf_pool.done_flush_LRU , and the buf_flush_page_cleaner() would wait indefinitely for buf_pool.do_flush_list . I think that the fix (to be tested by mleich ) would be as follows:
diff --git a/storage/innobase/buf/buf0flu.cc b/storage/innobase/buf/buf0flu.cc
index 9826320a358..06670e317a4 100644
--- a/storage/innobase/buf/buf0flu.cc
+++ b/storage/innobase/buf/buf0flu.cc
@@ -2295,6 +2295,7 @@ static void buf_flush_page_cleaner()
set_idle:
buf_pool.page_cleaner_set_idle(true);
set_almost_idle:
+ pthread_cond_broadcast(&buf_pool.done_flush_LRU);
pthread_cond_broadcast(&buf_pool.done_flush_list);
if (UNIV_UNLIKELY(srv_shutdown_state > SRV_SHUTDOWN_INITIATED))
break;
{"report":{"fcp":2070.5,"ttfb":382.1000003814697,"pageVisibility":"visible","entityId":124931,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"5d11c5a5-75c3-4bc2-a8c5-4463f261fe23","navigationType":0,"readyForUser":2203.6000003814697,"redirectCount":0,"resourceLoadedEnd":2887.300000190735,"resourceLoadedStart":447.80000019073486,"resourceTiming":[{"duration":405.69999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":447.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":447.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":853.5,"responseStart":0,"secureConnectionStart":0},{"duration":406,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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","startTime":448.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":448.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":854.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":743,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":448.30000019073486,"connectEnd":448.30000019073486,"connectStart":448.30000019073486,"domainLookupEnd":448.30000019073486,"domainLookupStart":448.30000019073486,"fetchStart":448.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":448.30000019073486,"responseEnd":1191.3000001907349,"responseStart":1191.2000007629395,"secureConnectionStart":448.30000019073486},{"duration":879.6999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/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","startTime":448.4000005722046,"connectEnd":448.4000005722046,"connectStart":448.4000005722046,"domainLookupEnd":448.4000005722046,"domainLookupStart":448.4000005722046,"fetchStart":448.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":448.4000005722046,"responseEnd":1328.1000003814697,"responseStart":1328.1000003814697,"secureConnectionStart":448.4000005722046},{"duration":884.1000003814697,"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":448.6000003814697,"connectEnd":448.6000003814697,"connectStart":448.6000003814697,"domainLookupEnd":448.6000003814697,"domainLookupStart":448.6000003814697,"fetchStart":448.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":448.6000003814697,"responseEnd":1332.7000007629395,"responseStart":1332.7000007629395,"secureConnectionStart":448.6000003814697},{"duration":885.1000003814697,"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":448.80000019073486,"connectEnd":448.80000019073486,"connectStart":448.80000019073486,"domainLookupEnd":448.80000019073486,"domainLookupStart":448.80000019073486,"fetchStart":448.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":448.80000019073486,"responseEnd":1333.9000005722046,"responseStart":1333.9000005722046,"secureConnectionStart":448.80000019073486},{"duration":886,"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":448.9000005722046,"connectEnd":448.9000005722046,"connectStart":448.9000005722046,"domainLookupEnd":448.9000005722046,"domainLookupStart":448.9000005722046,"fetchStart":448.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":448.9000005722046,"responseEnd":1334.9000005722046,"responseStart":1334.9000005722046,"secureConnectionStart":448.9000005722046},{"duration":1126.1999998092651,"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":449.20000076293945,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":449.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1575.4000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":886.8000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":449.4000005722046,"connectEnd":449.4000005722046,"connectStart":449.4000005722046,"domainLookupEnd":449.4000005722046,"domainLookupStart":449.4000005722046,"fetchStart":449.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":449.4000005722046,"responseEnd":1336.2000007629395,"responseStart":1336.2000007629395,"secureConnectionStart":449.4000005722046},{"duration":1126.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":449.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":449.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1576,"responseStart":0,"secureConnectionStart":0},{"duration":888,"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":449.70000076293945,"connectEnd":449.70000076293945,"connectStart":449.70000076293945,"domainLookupEnd":449.70000076293945,"domainLookupStart":449.70000076293945,"fetchStart":449.70000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":449.70000076293945,"responseEnd":1337.7000007629395,"responseStart":1337.7000007629395,"secureConnectionStart":449.70000076293945},{"duration":2365.199999809265,"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":514.3000001907349,"connectEnd":514.3000001907349,"connectStart":514.3000001907349,"domainLookupEnd":514.3000001907349,"domainLookupStart":514.3000001907349,"fetchStart":514.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":514.3000001907349,"responseEnd":2879.5,"responseStart":2879.5,"secureConnectionStart":514.3000001907349},{"duration":2372.8999996185303,"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":514.4000005722046,"connectEnd":514.4000005722046,"connectStart":514.4000005722046,"domainLookupEnd":514.4000005722046,"domainLookupStart":514.4000005722046,"fetchStart":514.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":514.4000005722046,"responseEnd":2887.300000190735,"responseStart":2887.300000190735,"secureConnectionStart":514.4000005722046},{"duration":1264.7999992370605,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1615.2000007629395,"connectEnd":1615.2000007629395,"connectStart":1615.2000007629395,"domainLookupEnd":1615.2000007629395,"domainLookupStart":1615.2000007629395,"fetchStart":1615.2000007629395,"redirectEnd":0,"redirectStart":0,"requestStart":1615.2000007629395,"responseEnd":2880,"responseStart":2880,"secureConnectionStart":1615.2000007629395},{"duration":849.8999996185303,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":2057.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":2057.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2907.5,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":218,"responseStart":382,"responseEnd":511,"domLoading":445,"domInteractive":2939,"domContentLoadedEventStart":2939,"domContentLoadedEventEnd":3004,"domComplete":4248,"loadEventStart":4248,"loadEventEnd":4250,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2913.2000007629395},{"name":"bigPipe.sidebar-id.end","time":2914.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.start","time":2914.2000007629395},{"name":"bigPipe.activity-panel-pipe-id.end","time":2918.1000003814697},{"name":"activityTabFullyLoaded","time":3056}],"measures":[],"correlationId":"932007bd7172ca","effectiveType":"4g","downlink":9.3,"rtt":0,"serverDuration":100,"dbReadsTimeInMs":12,"dbConnsTimeInMs":21,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}