The field PAGE_MAX_TRX_ID only matters in secondary index leaf pages. It was expected to be 0 on all other pages until the field is put into some other use.
(MDEV-6076 repurposed the field in clustered index root pages for a persistent AUTO_INCREMENT value. MDEV-11369 and MDEV-11424 may repurpose it in further clustered index pages.)
When running innodb.innodb-wl5522-debug or innodb_zip.wl5522_debug_zip with innodb_page_size=4k, an assertion in btr_page_reorganize_low() is failing:
/* PAGE_MAX_TRX_ID must be zero on non-leaf pages other than
clustered index root pages. */
ut_ad(recovery
|| page_get_max_trx_id(page) == 0
|| (dict_index_is_sec_or_ibuf(index)
? page_is_leaf(temp_page)
: page_is_root(temp_page)));
An easy fix would be to relax the assertion:
/* PAGE_MAX_TRX_ID must be zero on non-leaf pages other than
clustered index root pages. */
ut_ad(recovery
|| page_get_max_trx_id(page) == 0
|| dict_index_is_sec_or_ibuf(index)
|| page_is_root(temp_page));
But I would like to study why this happens. Maybe we are not clearing PAGE_MAX_TRX_ID when splitting a secondary index leaf page.
Marko Mäkelä
made changes -
2017-03-16 07:38
Summary
Secondary index node pointer page contains nonzero PAGE_MAX_TRX_ID
Page contains nonzero PAGE_MAX_TRX_ID
Marko Mäkelä
made changes -
2017-04-08 17:30
Status
Open
[ 1
]
In Progress
[ 3
]
Marko Mäkelä
made changes -
2017-04-08 17:31
Status
In Progress
[ 3
]
In Review
[ 10002
]
Marko Mäkelä
made changes -
2017-04-17 00:33
Assignee
Marko Mäkelä
[ marko
]
Jan Lindström
[ jplindst
]
Jan Lindström (Inactive)
made changes -
2017-04-19 03:57
Assignee
Jan Lindström
[ jplindst
]
Marko Mäkelä
[ marko
]
Status
In Review
[ 10002
]
Stalled
[ 10000
]
Marko Mäkelä
made changes -
2017-04-19 05:20
issue.field.resolutiondate
2017-04-19 05:20:58.0
2017-04-19 05:20:58.433
Marko Mäkelä
made changes -
2017-04-19 05:20
Fix Version/s
10.2.6
[ 22527
]
Fix Version/s
10.2
[ 14601
]
Resolution
Fixed
[ 1
]
Status
Stalled
[ 10000
]
Closed
[ 6
]
Sergei Golubchik
made changes -
2021-12-06 21:44
Workflow
MariaDB v3
[ 79743
]
MariaDB v4
[ 151746
]
{"report":{"fcp":930,"ttfb":274.30000019073486,"pageVisibility":"visible","entityId":60337,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"82d91900-98ef-48d8-9539-f991caf96752","navigationType":0,"readyForUser":1067.6999998092651,"redirectCount":0,"resourceLoadedEnd":1032.3000001907349,"resourceLoadedStart":280.69999980926514,"resourceTiming":[{"duration":83.80000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":280.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":280.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":364.5,"responseStart":0,"secureConnectionStart":0},{"duration":84.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":281.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":281.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":365.30000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":140.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":281.30000019073486,"connectEnd":281.30000019073486,"connectStart":281.30000019073486,"domainLookupEnd":281.30000019073486,"domainLookupStart":281.30000019073486,"fetchStart":281.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":281.30000019073486,"responseEnd":422.1000003814697,"responseStart":422.1000003814697,"secureConnectionStart":281.30000019073486},{"duration":214.9000005722046,"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":281.3999996185303,"connectEnd":281.3999996185303,"connectStart":281.3999996185303,"domainLookupEnd":281.3999996185303,"domainLookupStart":281.3999996185303,"fetchStart":281.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":281.3999996185303,"responseEnd":496.30000019073486,"responseStart":496.30000019073486,"secureConnectionStart":281.3999996185303},{"duration":218.80000019073486,"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":281.69999980926514,"connectEnd":281.69999980926514,"connectStart":281.69999980926514,"domainLookupEnd":281.69999980926514,"domainLookupStart":281.69999980926514,"fetchStart":281.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":281.69999980926514,"responseEnd":500.5,"responseStart":500.5,"secureConnectionStart":281.69999980926514},{"duration":219.5,"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":281.8999996185303,"connectEnd":281.8999996185303,"connectStart":281.8999996185303,"domainLookupEnd":281.8999996185303,"domainLookupStart":281.8999996185303,"fetchStart":281.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":281.8999996185303,"responseEnd":501.3999996185303,"responseStart":501.3999996185303,"secureConnectionStart":281.8999996185303},{"duration":219.79999923706055,"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":282.1000003814697,"connectEnd":282.1000003814697,"connectStart":282.1000003814697,"domainLookupEnd":282.1000003814697,"domainLookupStart":282.1000003814697,"fetchStart":282.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":282.1000003814697,"responseEnd":501.8999996185303,"responseStart":501.8999996185303,"secureConnectionStart":282.1000003814697},{"duration":292.5999994277954,"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":282.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":282.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":574.8999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":220,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":282.3999996185303,"connectEnd":282.3999996185303,"connectStart":282.3999996185303,"domainLookupEnd":282.3999996185303,"domainLookupStart":282.3999996185303,"fetchStart":282.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":282.3999996185303,"responseEnd":502.3999996185303,"responseStart":502.3999996185303,"secureConnectionStart":282.3999996185303},{"duration":292.3999996185303,"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":282.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":282.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":575,"responseStart":0,"secureConnectionStart":0},{"duration":220.5999994277954,"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":282.80000019073486,"connectEnd":282.80000019073486,"connectStart":282.80000019073486,"domainLookupEnd":282.80000019073486,"domainLookupStart":282.80000019073486,"fetchStart":282.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":282.80000019073486,"responseEnd":503.3999996185303,"responseStart":503.3999996185303,"secureConnectionStart":282.80000019073486},{"duration":406.30000019073486,"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":283.8999996185303,"connectEnd":283.8999996185303,"connectStart":283.8999996185303,"domainLookupEnd":283.8999996185303,"domainLookupStart":283.8999996185303,"fetchStart":283.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":283.8999996185303,"responseEnd":690.1999998092651,"responseStart":690.1999998092651,"secureConnectionStart":283.8999996185303},{"duration":682.9000005722046,"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":283.8999996185303,"connectEnd":283.8999996185303,"connectStart":283.8999996185303,"domainLookupEnd":283.8999996185303,"domainLookupStart":283.8999996185303,"fetchStart":283.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":283.8999996185303,"responseEnd":966.8000001907349,"responseStart":966.8000001907349,"secureConnectionStart":283.8999996185303},{"duration":104.19999980926514,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":587.1999998092651,"connectEnd":587.1999998092651,"connectStart":587.1999998092651,"domainLookupEnd":587.1999998092651,"domainLookupStart":587.1999998092651,"fetchStart":587.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":587.1999998092651,"responseEnd":691.3999996185303,"responseStart":691.3000001907349,"secureConnectionStart":587.1999998092651},{"duration":112.40000057220459,"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":874.6999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":874.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":987.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":119.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":876.3000001907349,"connectEnd":876.3000001907349,"connectStart":876.3000001907349,"domainLookupEnd":876.3000001907349,"domainLookupStart":876.3000001907349,"fetchStart":876.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":876.3000001907349,"responseEnd":995.5,"responseStart":995.5,"secureConnectionStart":876.3000001907349},{"duration":155.69999980926514,"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":876.6000003814697,"connectEnd":876.6000003814697,"connectStart":876.6000003814697,"domainLookupEnd":876.6000003814697,"domainLookupStart":876.6000003814697,"fetchStart":876.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":876.6000003814697,"responseEnd":1032.3000001907349,"responseStart":1032.3000001907349,"secureConnectionStart":876.6000003814697}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":64,"responseStart":274,"responseEnd":278,"domLoading":278,"domInteractive":1160,"domContentLoadedEventStart":1160,"domContentLoadedEventEnd":1215,"domComplete":1436,"loadEventStart":1436,"loadEventEnd":1436,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1123.1999998092651},{"name":"bigPipe.sidebar-id.end","time":1124.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.start","time":1124.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.end","time":1127.5},{"name":"activityTabFullyLoaded","time":1247.6999998092651}],"measures":[],"correlationId":"63134ce2f6e601","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":147,"dbReadsTimeInMs":28,"dbConnsTimeInMs":39,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}