I'm trying to migrate from MariaDB 5.5 to 10.1 via 10.0 with innodb-page-size = 8192.
I first got this error when I migrated to 10.0.32 and only then came across the original bug report. Now I still get the same known error, despite having upgraded to 10.1.26 and the original error said to be fixed in 10.1.21:
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: innodb-page-size has been changed from the default value 16384 to 8192 .
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: The InnoDB memory heap is disabled
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: Compressed tables use zlib 1.2.8
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: Using Linux native AIO
2017-10-27 11:35:23 139861476192832 [Note] InnoDB: Using SSE crc32 instructions
2017-10-27 11:35:36 139861476192832 [Warning] InnoDB: Doublewrite does not have page_no=0 of space: 0
2017-10-27 11:35:36 139861476192832 [ERROR] InnoDB: innodb-page-size mismatch in data file /db/data/ibdata1
2017-10-27 11:35:36 139861476192832 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
2017-10-27 11:35:36 139861476192832 [ERROR] Plugin 'InnoDB' init function returned error.
2017-10-27 11:35:36 139861476192832 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
FYI, I just tested vanilla 10.1.28+maria-1~stretch instead of Debian's 10.1.26-0+deb9u1 but the error still persists. Thus it's not a Debian-only issue.
Oliver Bock
added a comment - FYI, I just tested vanilla 10.1.28+maria-1~stretch instead of Debian's 10.1.26-0+deb9u1 but the error still persists. Thus it's not a Debian-only issue.
Thanks for the report.
Apparently, the fix in MDEV-11623 did not cover upgrade from 5.5. Reproducible easily:
bootstrap current 5.5 server with --innodb-page-size=8192, otherwise defaults;
start the server with --innodb-page-size=8192;
create a table (innodb_file_per_table value does not matter);
shut down the server properly;
try to start any current 10.x on the same directory with --innodb-page-size=8192 --innodb_data_file_path=ibdata1:10M:autoextend, otherwise defaults (given innodb_data_file_path is the default value of 5.5, it is here to get rid of the auto-extending error which happens upon upgrade from 5.5)
10.0 c3592ca7b says
171030 23:46:57 [ERROR] InnoDB: innodb-page-size mismatch in data file ./ibdata1
171030 23:46:57 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
171030 23:46:57 [ERROR] Plugin 'InnoDB' init function returned error.
171030 23:46:57 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2017-10-30 23:51:11 140576015199104 [ERROR] InnoDB: Data file './ibdata1' uses page size 16384, but the innodb_page_size start-up parameter is 8192
2017-10-30 23:51:11 140576015199104 [Note] InnoDB: Restoring page [page id: space=0, page number=0] of datafile './ibdata1' from the doublewrite buffer. Writing 16384 bytes into file './ibdata1'
2017-10-30 23:51:11 140576015199104 [ERROR] InnoDB: Data file './ibdata1' uses page size 16384, but the innodb_page_size start-up parameter is 8192
2017-10-30 23:51:11 140576015199104 [ERROR] InnoDB: Plugin initialization aborted at srv0start.cc[1948] with error Generic error
5.5 datadir pre-created in the described way is attached.
Elena Stepanova
added a comment - Thanks for the report.
Apparently, the fix in MDEV-11623 did not cover upgrade from 5.5. Reproducible easily:
bootstrap current 5.5 server with --innodb-page-size=8192 , otherwise defaults;
start the server with --innodb-page-size=8192 ;
create a table ( innodb_file_per_table value does not matter);
shut down the server properly;
try to start any current 10.x on the same directory with --innodb-page-size=8192 --innodb_data_file_path=ibdata1:10M:autoextend , otherwise defaults (given innodb_data_file_path is the default value of 5.5, it is here to get rid of the auto-extending error which happens upon upgrade from 5.5)
10.0 c3592ca7b says
171030 23:46:57 [ERROR] InnoDB: innodb-page-size mismatch in data file ./ibdata1
171030 23:46:57 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
171030 23:46:57 [ERROR] Plugin 'InnoDB' init function returned error.
171030 23:46:57 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
171030 23:46:57 [ERROR] Unknown/unsupported storage engine: InnoDB
171030 23:46:57 [ERROR] Aborting
10.2 7cca0df0d says
2017-10-30 23:51:11 140576015199104 [ERROR] InnoDB: Data file './ibdata1' uses page size 16384, but the innodb_page_size start-up parameter is 8192
2017-10-30 23:51:11 140576015199104 [Note] InnoDB: Restoring page [page id: space=0, page number=0] of datafile './ibdata1' from the doublewrite buffer. Writing 16384 bytes into file './ibdata1'
2017-10-30 23:51:11 140576015199104 [ERROR] InnoDB: Data file './ibdata1' uses page size 16384, but the innodb_page_size start-up parameter is 8192
2017-10-30 23:51:11 140576015199104 [ERROR] InnoDB: Plugin initialization aborted at srv0start.cc[1948] with error Generic error
5.5 datadir pre-created in the described way is attached.
171106 15:23:49 [Note] InnoDB: Restoring page 0 of tablespace 0
In the attached dataset, the doublewrite buffer contains a copy for the first page of the data file.
The doublewrite buffer comprises pages 128 to 256:
Same FIL_PAGE_LSN, but the FIL_PAGE_FILE_FLUSH_LSN differs, because when it is written at shutdown, the doublewrite buffer is being bypassed.
But this does not explain the failure.
The failure seems to be worse. Let us look at fil_user_tablespace_restore_page():
The field flags=0 indicates that the tablespace is in the old innodb_page_size=16k format.
An XtraDB start-up parameter innodb_page_size was introduced in MariaDB 5.1.47, 5.2.1, 5.3.0, 5.5.20.
When the parameter innodb_page_size was introduced in MySQL 5.6, the FSP_SPACE_FLAGS in the tablespace header would indicate the page size of each data file. But, in the XtraDB implementation, the flags would be 0, so it would be hard to determine the actual page size of the files (and outright impossible if the server was killed soon after creating some .ibd file, with all pages except the first one being filled with zero bytes).
Theoretically, an upgrade from 5.5 with non-default innodb_page_size is possible if the tablespace flags at byte offset 54 are adjusted. In this case, I believe that the correct flags would be 256, which corresponds to 4<<6, for 512<<4 = 8192.
Indeed, if I change the byte at offset 56 from 0 to 1 (changing the 32-bit big endian flags at offset 54 from 0 to 0x100), and if I also change the 32-bit big endian checksum fields at offset 0 and 0x1ff8 to the magic value 0xdeadbeef, I will be able to start up the 10.0 server:
I wonder how upstream supports such upgrades. Maybe not at all? For another compatibility problem that XtraDB 5.5 introduced (innodb_fast_checksum) there exists a work-around of rewriting all page checksums by using the MariaDB 10.2 innochecksum tool.
A possible fix would be to introduce an innochecksum option for updating the tablespace flags.
Marko Mäkelä
added a comment - This message caught my attention:
171106 15:23:49 [Note] InnoDB: Restoring page 0 of tablespace 0
In the attached dataset, the doublewrite buffer contains a copy for the first page of the data file.
The doublewrite buffer comprises pages 128 to 256:
0000bf40: 1432 1fff bd5f 0000 0080 0000 0100 1fff .2..._..........
0000bf50: bd5f 0000 0080 0000 0100 6a50 73aa 0000 ._........jPs...
There are quite a few doublewrite entries for the system tablespace:
od -Ax -t x1 -j 0x100000 -N 0x100000 data/ibdata1 |grep -B 2 '[02468ace]020 .. .. 00 00 00 00'
There is only one copy of the first page:
104000 45 b3 f8 be 00 00 00 00 00 00 00 00 00 00 00 00
104010 00 00 00 00 00 0d ba 60 00 08 00 00 00 00 00 00
104020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Note the FIL_PAGE_LSN=0x0dba60.
The page contents differ a little:
diff <(od -An -t x1 -N 8192 data/ibdata) <(od -An -t x1 -N 8192 -j 0x104000 data/ibdata1)
2,3c2,3
< 00 00 00 00 00 0d ba 60 00 08 00 00 00 00 00 0d
< ba 67 00 00 00 00 00 00 00 00 00 00 00 00 00 00
---
> 00 00 00 00 00 0d ba 60 00 08 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Same FIL_PAGE_LSN, but the FIL_PAGE_FILE_FLUSH_LSN differs, because when it is written at shutdown, the doublewrite buffer is being bypassed.
But this does not explain the failure.
The failure seems to be worse. Let us look at fil_user_tablespace_restore_page():
flags = mach_read_from_4(FSP_HEADER_OFFSET + FSP_SPACE_FLAGS + page);
zip_size = fsp_flags_get_zip_size(flags);
page_size = fsp_flags_get_page_size(flags);
The field flags=0 indicates that the tablespace is in the old innodb_page_size=16k format.
An XtraDB start-up parameter innodb_page_size was introduced in MariaDB 5.1.47, 5.2.1, 5.3.0, 5.5.20.
When the parameter innodb_page_size was introduced in MySQL 5.6, the FSP_SPACE_FLAGS in the tablespace header would indicate the page size of each data file. But, in the XtraDB implementation, the flags would be 0, so it would be hard to determine the actual page size of the files (and outright impossible if the server was killed soon after creating some .ibd file, with all pages except the first one being filled with zero bytes).
Theoretically, an upgrade from 5.5 with non-default innodb_page_size is possible if the tablespace flags at byte offset 54 are adjusted. In this case, I believe that the correct flags would be 256, which corresponds to 4<<6, for 512<<4 = 8192.
Indeed, if I change the byte at offset 56 from 0 to 1 (changing the 32-bit big endian flags at offset 54 from 0 to 0x100), and if I also change the 32-bit big endian checksum fields at offset 0 and 0x1ff8 to the magic value 0xdeadbeef, I will be able to start up the 10.0 server:
171106 16:22:33 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.2 started; log sequence number 899687
I wonder how upstream supports such upgrades. Maybe not at all? For another compatibility problem that XtraDB 5.5 introduced (innodb_fast_checksum) there exists a work-around of rewriting all page checksums by using the MariaDB 10.2 innochecksum tool.
A possible fix would be to introduce an innochecksum option for updating the tablespace flags.
It is technically possible to implement an option in the innochecksum tool that is included in MariaDB 10.2 or later, to set the tablespace flags in the first page of each InnoDB tablespace. But given that the option was marked experimental and also deprecated in XtraDB 5.5, I would prefer to not do that unless requested by a customer.
Marko Mäkelä
added a comment - According to the MariaDB documentation on InnoDB and XtraDB parameters , Percona deprecated the parameter innodb_page_size in XtraDB 5.5.30-30.2. This seemed to ‘fix’ the upgrade problem for them.
It is technically possible to implement an option in the innochecksum tool that is included in MariaDB 10.2 or later, to set the tablespace flags in the first page of each InnoDB tablespace. But given that the option was marked experimental and also deprecated in XtraDB 5.5, I would prefer to not do that unless requested by a customer.
People
Marko Mäkelä
Oliver Bock
Votes:
0Vote for this issue
Watchers:
3Start 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":1389.4000000953674,"ttfb":545.5,"pageVisibility":"visible","entityId":63753,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"18cd8c66-7baa-403d-9534-1c81d52784f5","navigationType":0,"readyForUser":1506.3000001907349,"redirectCount":0,"resourceLoadedEnd":1117.6000001430511,"resourceLoadedStart":555,"resourceTiming":[{"duration":279.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":555,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":555,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":834.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":279.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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":555.3000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":555.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":834.5,"responseStart":0,"secureConnectionStart":0},{"duration":449.2999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":555.4000000953674,"connectEnd":836.6000001430511,"connectStart":836.6000001430511,"domainLookupEnd":836.6000001430511,"domainLookupStart":836.6000001430511,"fetchStart":555.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":837.1000001430511,"responseEnd":1004.7000000476837,"responseStart":851.5,"secureConnectionStart":836.6000001430511},{"duration":561.6000001430511,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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":556,"connectEnd":556,"connectStart":556,"domainLookupEnd":556,"domainLookupStart":556,"fetchStart":556,"redirectEnd":0,"redirectStart":0,"requestStart":837.7000000476837,"responseEnd":1117.6000001430511,"responseStart":861.3000001907349,"secureConnectionStart":556},{"duration":307,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":556.1000001430511,"connectEnd":556.1000001430511,"connectStart":556.1000001430511,"domainLookupEnd":556.1000001430511,"domainLookupStart":556.1000001430511,"fetchStart":556.1000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":839.2000000476837,"responseEnd":863.1000001430511,"responseStart":860.5,"secureConnectionStart":556.1000001430511},{"duration":309.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":556.3000001907349,"connectEnd":556.3000001907349,"connectStart":556.3000001907349,"domainLookupEnd":556.3000001907349,"domainLookupStart":556.3000001907349,"fetchStart":556.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":840.2000000476837,"responseEnd":865.9000000953674,"responseStart":863.6000001430511,"secureConnectionStart":556.3000001907349},{"duration":310.2999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":556.3000001907349,"connectEnd":556.3000001907349,"connectStart":556.3000001907349,"domainLookupEnd":556.3000001907349,"domainLookupStart":556.3000001907349,"fetchStart":556.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":841.5,"responseEnd":866.6000001430511,"responseStart":864.6000001430511,"secureConnectionStart":556.3000001907349},{"duration":283.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":556.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":556.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":840,"responseStart":0,"secureConnectionStart":0},{"duration":314.10000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":556.5,"connectEnd":556.5,"connectStart":556.5,"domainLookupEnd":556.5,"domainLookupStart":556.5,"fetchStart":556.5,"redirectEnd":0,"redirectStart":0,"requestStart":851.2000000476837,"responseEnd":870.6000001430511,"responseStart":868.6000001430511,"secureConnectionStart":556.5},{"duration":293.89999985694885,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/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":556.6000001430511,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":556.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":850.5,"responseStart":0,"secureConnectionStart":0},{"duration":317.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/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":556.7000000476837,"connectEnd":556.7000000476837,"connectStart":556.7000000476837,"domainLookupEnd":556.7000000476837,"domainLookupStart":556.7000000476837,"fetchStart":556.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":854,"responseEnd":874.2000000476837,"responseStart":871.8000001907349,"secureConnectionStart":556.7000000476837},{"duration":540.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":561.2000000476837,"connectEnd":561.2000000476837,"connectStart":561.2000000476837,"domainLookupEnd":561.2000000476837,"domainLookupStart":561.2000000476837,"fetchStart":561.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":954.2000000476837,"responseEnd":1101.7000000476837,"responseStart":1098.7000000476837,"secureConnectionStart":561.2000000476837},{"duration":551.3999998569489,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":562.6000001430511,"connectEnd":562.6000001430511,"connectStart":562.6000001430511,"domainLookupEnd":562.6000001430511,"domainLookupStart":562.6000001430511,"fetchStart":562.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":1019.8000001907349,"responseEnd":1114,"responseStart":1106.4000000953674,"secureConnectionStart":562.6000001430511},{"duration":81.70000004768372,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1151.4000000953674,"connectEnd":1151.4000000953674,"connectStart":1151.4000000953674,"domainLookupEnd":1151.4000000953674,"domainLookupStart":1151.4000000953674,"fetchStart":1151.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":1197.8000001907349,"responseEnd":1233.1000001430511,"responseStart":1232.1000001430511,"secureConnectionStart":1151.4000000953674}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":94,"responseStart":546,"responseEnd":562,"domLoading":549,"domInteractive":1575,"domContentLoadedEventStart":1575,"domContentLoadedEventEnd":1623,"domComplete":2051,"loadEventStart":2051,"loadEventEnd":2052,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1546.1000001430511},{"name":"bigPipe.sidebar-id.end","time":1546.7000000476837},{"name":"bigPipe.activity-panel-pipe-id.start","time":1546.8000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1549.6000001430511},{"name":"activityTabFullyLoaded","time":1643.8000001907349}],"measures":[],"correlationId":"dc677d4ab8a408","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":81,"dbReadsTimeInMs":14,"dbConnsTimeInMs":20,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
FYI, I just tested vanilla 10.1.28+maria-1~stretch instead of Debian's 10.1.26-0+deb9u1 but the error still persists. Thus it's not a Debian-only issue.