This was a rather surprising find while profiling.
mtr_t::mtr_t allocates memory through construction of one of its members
This allocations accounts for 0.68% of CPU time (constructor itself for 0.77% of CPU time), this happens to be the largest contributor to the "operator new" on oltp_update_index benchmark with bufferpool larger than size of the data ( without doublewrite)
origin/bb-10.5-thiru 0a3c6585257f988e1fbf01a2d51284043a5ab7a6 2020-06-19T15:57:36+05:30
containing the code of MDEV-22931 behaved well during the RQG test battery for broad
range functional coverage.
Matthias Leich
added a comment - origin/bb-10.5-thiru 0a3c6585257f988e1fbf01a2d51284043a5ab7a6 2020-06-19T15:57:36+05:30
containing the code of MDEV-22931 behaved well during the RQG test battery for broad
range functional coverage.
I think that we can simply use pointer indirection, and only call delete in mtr_t::commit(). In that way, we can use memory leaks to our advantage in debugging. A missing call to mtr_t::commit() could then lead to an ASAN failure. If we used std::unique_ptr, such omissions would not lead to ASAN-reported leaks, but instead to difficult-to-find server hangs (when the page latches for the mini-transaction are never released).
Marko Mäkelä
added a comment - I think that we can simply use pointer indirection, and only call delete in mtr_t::commit() . In that way, we can use memory leaks to our advantage in debugging. A missing call to mtr_t::commit() could then lead to an ASAN failure. If we used std::unique_ptr , such omissions would not lead to ASAN-reported leaks, but instead to difficult-to-find server hangs (when the page latches for the mini-transaction are never released).
Eugene Kosov (Inactive)
added a comment - Standard doesn't forbid allocating in default ctor. And Microsoft STL does so https://github.com/microsoft/STL/blob/master/stl/inc/xtree#L886 What a 'nice' implementation detail
IMO, we should stick to std::unique_ptr<std::set>
I think that the simplest fix is to add pointer indirection for m_freed_ranges, add an initializer expression = nullptr and allocate the object on demand. It should be very rare that a mini-transaction is freeing data pages.
We can probably assume (and assert) that when the object is allocated, it will always be nonempty.
Can a mini-transaction ever allocate a page that it has just freed? I do not see any debug assertion or handling of that. Could a debug assertion be added to mtr_t::init() that the page was not marked as freed?
Also, while fixing this, m_freed_ranges could be renamed to m_freed_pages, which is (almost) what the comment of mtr_t::add_freed_offset() is referring to.
Marko Mäkelä
added a comment - I think that the simplest fix is to add pointer indirection for m_freed_ranges , add an initializer expression = nullptr and allocate the object on demand. It should be very rare that a mini-transaction is freeing data pages.
We can probably assume (and assert) that when the object is allocated, it will always be nonempty.
Can a mini-transaction ever allocate a page that it has just freed? I do not see any debug assertion or handling of that. Could a debug assertion be added to mtr_t::init() that the page was not marked as freed?
Also, while fixing this, m_freed_ranges could be renamed to m_freed_pages , which is (almost) what the comment of mtr_t::add_freed_offset() is referring to.
This might be due to the m_freed_ranges that MDEV-8139 added, or this is an older regression.
In any case, we may want to introduce a separate object for read-only operations, and possibly we could avoid creating a mtr_t at all when an operation is only reading a small number of pages and could take care of releasing the page latches manually. For read-only operations, mtr_t::m_log and mtr_t::m_freed_ranges are totally unnecessary.
For 10.6, I have been thinking of replacing both mtr_t::m_log and mtr_t::m_memo with something like a std::unordered_map that maps buf_block_t* to log record snippets.
Marko Mäkelä
added a comment - This might be due to the m_freed_ranges that MDEV-8139 added, or this is an older regression.
In any case, we may want to introduce a separate object for read-only operations, and possibly we could avoid creating a mtr_t at all when an operation is only reading a small number of pages and could take care of releasing the page latches manually. For read-only operations, mtr_t::m_log and mtr_t::m_freed_ranges are totally unnecessary.
For 10.6, I have been thinking of replacing both mtr_t::m_log and mtr_t::m_memo with something like a std::unordered_map that maps buf_block_t* to log record snippets.
People
Thirunarayanan Balathandayuthapani
Vladislav Vaintroub
Votes:
0Vote for this issue
Watchers:
4Start watching this issue
Dates
Created:
Updated:
Resolved:
Git Integration
Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.
{"report":{"fcp":1328.1000003814697,"ttfb":368.2000002861023,"pageVisibility":"visible","entityId":88482,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"8d752df1-6c43-434c-b727-39673971551c","navigationType":0,"readyForUser":1409.8000001907349,"redirectCount":0,"resourceLoadedEnd":1449.1000003814697,"resourceLoadedStart":381.6000003814697,"resourceTiming":[{"duration":402.2999997138977,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":381.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":381.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":783.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":402.40000009536743,"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":381.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":381.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":784.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":456.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":382.1000003814697,"connectEnd":382.1000003814697,"connectStart":382.1000003814697,"domainLookupEnd":382.1000003814697,"domainLookupStart":382.1000003814697,"fetchStart":382.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":382.1000003814697,"responseEnd":838.6000003814697,"responseStart":838.6000003814697,"secureConnectionStart":382.1000003814697},{"duration":513.9000000953674,"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":382.30000019073486,"connectEnd":382.30000019073486,"connectStart":382.30000019073486,"domainLookupEnd":382.30000019073486,"domainLookupStart":382.30000019073486,"fetchStart":382.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":382.30000019073486,"responseEnd":896.2000002861023,"responseStart":896.2000002861023,"secureConnectionStart":382.30000019073486},{"duration":517.5,"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":382.5,"connectEnd":382.5,"connectStart":382.5,"domainLookupEnd":382.5,"domainLookupStart":382.5,"fetchStart":382.5,"redirectEnd":0,"redirectStart":0,"requestStart":382.5,"responseEnd":900,"responseStart":900,"secureConnectionStart":382.5},{"duration":517.7999997138977,"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":382.7000002861023,"connectEnd":382.7000002861023,"connectStart":382.7000002861023,"domainLookupEnd":382.7000002861023,"domainLookupStart":382.7000002861023,"fetchStart":382.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":382.7000002861023,"responseEnd":900.5,"responseStart":900.5,"secureConnectionStart":382.7000002861023},{"duration":518.0999999046326,"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":382.80000019073486,"connectEnd":382.80000019073486,"connectStart":382.80000019073486,"domainLookupEnd":382.80000019073486,"domainLookupStart":382.80000019073486,"fetchStart":382.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":382.80000019073486,"responseEnd":900.9000000953674,"responseStart":900.9000000953674,"secureConnectionStart":382.80000019073486},{"duration":602.9000000953674,"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":383,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":383,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":985.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":518.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":383.2000002861023,"connectEnd":383.2000002861023,"connectStart":383.2000002861023,"domainLookupEnd":383.2000002861023,"domainLookupStart":383.2000002861023,"fetchStart":383.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":383.2000002861023,"responseEnd":901.4000000953674,"responseStart":901.4000000953674,"secureConnectionStart":383.2000002861023},{"duration":602.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":383.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":383.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":985.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":518.5,"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":383.5,"connectEnd":383.5,"connectStart":383.5,"domainLookupEnd":383.5,"domainLookupStart":383.5,"fetchStart":383.5,"redirectEnd":0,"redirectStart":0,"requestStart":383.5,"responseEnd":902,"responseStart":902,"secureConnectionStart":383.5},{"duration":1043.9000000953674,"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":384.5,"connectEnd":384.5,"connectStart":384.5,"domainLookupEnd":384.5,"domainLookupStart":384.5,"fetchStart":384.5,"redirectEnd":0,"redirectStart":0,"requestStart":384.5,"responseEnd":1428.4000000953674,"responseStart":1428.4000000953674,"secureConnectionStart":384.5},{"duration":1047.9000000953674,"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":384.7000002861023,"connectEnd":384.7000002861023,"connectStart":384.7000002861023,"domainLookupEnd":384.7000002861023,"domainLookupStart":384.7000002861023,"fetchStart":384.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":384.7000002861023,"responseEnd":1432.6000003814697,"responseStart":1432.6000003814697,"secureConnectionStart":384.7000002861023},{"duration":130.40000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":997.8000001907349,"connectEnd":997.8000001907349,"connectStart":997.8000001907349,"domainLookupEnd":997.8000001907349,"domainLookupStart":997.8000001907349,"fetchStart":997.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":997.8000001907349,"responseEnd":1128.2000002861023,"responseStart":1128.2000002861023,"secureConnectionStart":997.8000001907349},{"duration":185.2999997138977,"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":1263.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1263.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1448.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":185,"initiatorType":"link","name":"https://jira.mariadb.org/s/50bc9be5bfead1a25e72c1a9338c94f6-CDN/lu2cib/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/css/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1264.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1264.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1449.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":307.30000019073486,"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":1265,"connectEnd":1265,"connectStart":1265,"domainLookupEnd":1265,"domainLookupStart":1265,"fetchStart":1265,"redirectEnd":0,"redirectStart":0,"requestStart":1265,"responseEnd":1572.3000001907349,"responseStart":1572.3000001907349,"secureConnectionStart":1265},{"duration":314,"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":1265.4000000953674,"connectEnd":1265.4000000953674,"connectStart":1265.4000000953674,"domainLookupEnd":1265.4000000953674,"domainLookupStart":1265.4000000953674,"fetchStart":1265.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":1265.4000000953674,"responseEnd":1579.4000000953674,"responseStart":1579.4000000953674,"secureConnectionStart":1265.4000000953674},{"duration":315.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/e0bf5781d46ea69fb123572974cf39de-CDN/lu2cib/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/js/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":1265.7000002861023,"connectEnd":1265.7000002861023,"connectStart":1265.7000002861023,"domainLookupEnd":1265.7000002861023,"domainLookupStart":1265.7000002861023,"fetchStart":1265.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":1265.7000002861023,"responseEnd":1580.8000001907349,"responseStart":1580.8000001907349,"secureConnectionStart":1265.7000002861023}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":209,"responseStart":368,"responseEnd":371,"domLoading":379,"domInteractive":1545,"domContentLoadedEventStart":1545,"domContentLoadedEventEnd":1599,"domComplete":1890,"loadEventStart":1890,"loadEventEnd":1891,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1513.4000000953674},{"name":"bigPipe.sidebar-id.end","time":1514.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.start","time":1514.3000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1516.3000001907349},{"name":"activityTabFullyLoaded","time":1621.1000003814697}],"measures":[],"correlationId":"f9580b406a62d9","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":106,"dbReadsTimeInMs":13,"dbConnsTimeInMs":21,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
origin/bb-10.5-thiru 0a3c6585257f988e1fbf01a2d51284043a5ab7a6 2020-06-19T15:57:36+05:30
containing the code of
MDEV-22931behaved well during the RQG test battery for broadrange functional coverage.