I am encountering an issue with MariaDB that is preventing it from starting. The error details are as follows:
674 mysqld: 2024-06-08 4:21:38 0 [Note] libgovernor.so found
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] All governors functions found too
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] Governor connected
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] All governors lve functions found too
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Warning] Could not increase number of max_open_files to more than 300000 (request: 8194079)
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] Starting MariaDB 10.11.7-MariaDB-cll-lve source revision 87e13722a95af5d9378d990caf48cb6874439347 as process 4737
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Number of transaction pools: 1
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Using Linux native AIO
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Initializing buffer pool, total size = 10.046GiB, chunk size = 160.734MiB
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Completed initialization of buffer pool
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Buffered log writes (block size=4096 bytes)
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Resetting space id's in the doublewrite buffer
|
/var/log/messages-20240609.gz:Jun 8 04:21:38 server-hostname mysqld: 2024-06-08 4:21:38 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=151567102415015
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [ERROR] InnoDB: Corrupted page identifier at 151567287619189; set innodb_force_recovery=1 to ignore the record.
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [Note] InnoDB: End of log at LSN=151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [Note] InnoDB: Starting shutdown...
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [Note] Plugin 'FEEDBACK' is disabled.
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [Warning] 'innodb-log-write-ahead-size' was removed. It does nothing now and exists only for compatibility with old my.cnf files.
|
/var/log/messages-20240609.gz:Jun 8 04:21:39 server-hostname mysqld: 2024-06-08 4:21:39 0 [ERROR] Unknown/unsupported storage engine: InnoDB
|
Even after initiating recovery mode levels 1 through 5, MariaDB still fails to start. The error message displayed is as follows:
mysqld: 2024-06-08 4:22:48 0 [Warning] Could not increase number of max_open_files to more than 300000 (request: 8194079)
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] Starting MariaDB 10.11.7-MariaDB-cll-lve source revision 87e13722a95af5d9378d990caf48cb6874439347 as process 30059
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: !!! innodb_force_recovery is set to 1 !!!
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Number of transaction pools: 1
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Using Linux native AIO
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Initializing buffer pool, total size = 10.046GiB, chunk size = 160.734MiB
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Completed initialization of buffer pool
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Buffered log writes (block size=4096 bytes)
|
/var/log/messages-20240609.gz:Jun 8 04:22:48 server-hostname mysqld: 2024-06-08 4:22:48 0 [Note] InnoDB: Resetting space id's in the doublewrite buffer
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=151567102415015
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Note] InnoDB: At LSN: 151567236353013: unable to open file ./u709475469_VPhUq/#sql-ib5978250.ibd for tablespace 5978240
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Note] InnoDB: At LSN: 151567236362543: unable to open file ./u709475469_VPhUq/#sql-ib5978251.ibd for tablespace 5978241
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring corrupted page identifier at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring malformed log record at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring malformed log record at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring corrupted page identifier at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring corrupted page identifier at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring corrupted page identifier at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring malformed log record at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring malformed log record at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring corrupted page identifier at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Warning] InnoDB: Ignoring corrupted page identifier at LSN 151567287619189
|
/var/log/messages-20240609.gz:Jun 8 04:22:49 server-hostname mysqld: 2024-06-08 4:22:49 0 [Note] InnoDB: End of log at LSN=151567287810828
|
/var/log/messages-20240609.gz:Jun 8 04:22:52 server-hostname mysqld_exporter: ts=2024-06-08T04:22:52.293Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:23:07 server-hostname mysqld_exporter: ts=2024-06-08T04:23:07.295Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:23:22 server-hostname mysqld_exporter: ts=2024-06-08T04:23:22.293Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:23:37 server-hostname mysqld_exporter: ts=2024-06-08T04:23:37.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:23:52 server-hostname mysqld_exporter: ts=2024-06-08T04:23:52.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:24:07 server-hostname mysqld_exporter: ts=2024-06-08T04:24:07.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:24:22 server-hostname mysqld_exporter: ts=2024-06-08T04:24:22.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:24:37 server-hostname mysqld_exporter: ts=2024-06-08T04:24:37.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:24:52 server-hostname mysqld_exporter: ts=2024-06-08T04:24:52.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:25:07 server-hostname mysqld_exporter: ts=2024-06-08T04:25:07.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:25:22 server-hostname mysqld_exporter: ts=2024-06-08T04:25:22.294Z caller=exporter.go:152 level=error msg="Error pinging mysqld" err="dial unix /var/lib/mysql/mysql.sock: connect: connection refused"
|
/var/log/messages-20240609.gz:Jun 8 04:25:36 server-hostname mysqld: 2024-06-08 4:25:36 0 [Note] libgovernor.so found
|
Finally, the MariaDB service was able to start using recovery mode level 6. Could you please investigate the cause of this issue and advise on how to resolve it?
Thank you.
No workflow transitions have been executed yet.
{"report":{"fcp":1052.800000011921,"ttfb":327.69999998807907,"pageVisibility":"visible","entityId":129637,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"af195d61-f28b-44b0-be3a-5983f9892950","navigationType":0,"readyForUser":1237.5999999940395,"redirectCount":0,"resourceLoadedEnd":1262.0999999940395,"resourceLoadedStart":333.19999998807907,"resourceTiming":[{"duration":216.90000000596046,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":333.19999998807907,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":333.19999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":550.0999999940395,"responseStart":0,"secureConnectionStart":0},{"duration":216.80000001192093,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":333.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":333.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":550.3000000119209,"responseStart":0,"secureConnectionStart":0},{"duration":225.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":333.59999999403954,"connectEnd":333.59999999403954,"connectStart":333.59999999403954,"domainLookupEnd":333.59999999403954,"domainLookupStart":333.59999999403954,"fetchStart":333.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":333.59999999403954,"responseEnd":559.0999999940395,"responseStart":559.0999999940395,"secureConnectionStart":333.59999999403954},{"duration":287.39999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/s/c32eb0da7ad9831253f8397e6cc26afd-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":333.80000001192093,"connectEnd":333.80000001192093,"connectStart":333.80000001192093,"domainLookupEnd":333.80000001192093,"domainLookupStart":333.80000001192093,"fetchStart":333.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":333.80000001192093,"responseEnd":621.1999999880791,"responseStart":621.0999999940395,"secureConnectionStart":333.80000001192093},{"duration":290.80000001192093,"initiatorType":"script","name":"https://jira.mariadb.org/s/bc0bcb146314416123c992714ee00ff7-CDN/lu2bv2/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":334,"connectEnd":334,"connectStart":334,"domainLookupEnd":334,"domainLookupStart":334,"fetchStart":334,"redirectEnd":0,"redirectStart":0,"requestStart":334,"responseEnd":624.8000000119209,"responseStart":624.8000000119209,"secureConnectionStart":334},{"duration":291.59999999403954,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":334.09999999403954,"connectEnd":334.09999999403954,"connectStart":334.09999999403954,"domainLookupEnd":334.09999999403954,"domainLookupStart":334.09999999403954,"fetchStart":334.09999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":334.09999999403954,"responseEnd":625.6999999880791,"responseStart":625.6999999880791,"secureConnectionStart":334.09999999403954},{"duration":292.09999999403954,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":334.30000001192093,"connectEnd":334.30000001192093,"connectStart":334.30000001192093,"domainLookupEnd":334.30000001192093,"domainLookupStart":334.30000001192093,"fetchStart":334.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":334.30000001192093,"responseEnd":626.4000000059605,"responseStart":626.4000000059605,"secureConnectionStart":334.30000001192093},{"duration":362.40000000596046,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bv2/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":334.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":334.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":696.9000000059605,"responseStart":0,"secureConnectionStart":0},{"duration":292.5,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":334.59999999403954,"connectEnd":334.59999999403954,"connectStart":334.59999999403954,"domainLookupEnd":334.59999999403954,"domainLookupStart":334.59999999403954,"fetchStart":334.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":334.59999999403954,"responseEnd":627.0999999940395,"responseStart":627.0999999940395,"secureConnectionStart":334.59999999403954},{"duration":362.19999998807907,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bv2/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":334.90000000596046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":334.90000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":697.0999999940395,"responseStart":0,"secureConnectionStart":0},{"duration":292.80000001192093,"initiatorType":"script","name":"https://jira.mariadb.org/s/719848dd97ebe0663199f49a3936487a-CDN/lu2bv2/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":335.09999999403954,"connectEnd":335.09999999403954,"connectStart":335.09999999403954,"domainLookupEnd":335.09999999403954,"domainLookupStart":335.09999999403954,"fetchStart":335.09999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":335.09999999403954,"responseEnd":627.9000000059605,"responseStart":627.9000000059605,"secureConnectionStart":335.09999999403954},{"duration":727.2000000178814,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":347.59999999403954,"connectEnd":347.59999999403954,"connectStart":347.59999999403954,"domainLookupEnd":347.59999999403954,"domainLookupStart":347.59999999403954,"fetchStart":347.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":347.59999999403954,"responseEnd":1074.800000011921,"responseStart":1074.800000011921,"secureConnectionStart":347.59999999403954},{"duration":727.5999999940395,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":348,"connectEnd":348,"connectStart":348,"domainLookupEnd":348,"domainLookupStart":348,"fetchStart":348,"redirectEnd":0,"redirectStart":0,"requestStart":348,"responseEnd":1075.5999999940395,"responseStart":1075.5999999940395,"secureConnectionStart":348},{"duration":153.09999999403954,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":708,"connectEnd":708,"connectStart":708,"domainLookupEnd":708,"domainLookupStart":708,"fetchStart":708,"redirectEnd":0,"redirectStart":0,"requestStart":708,"responseEnd":861.0999999940395,"responseStart":861.0999999940395,"secureConnectionStart":708},{"duration":223.59999999403954,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bv2/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","startTime":960,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":960,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1183.5999999940395,"responseStart":0,"secureConnectionStart":0},{"duration":297,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/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","startTime":960.9000000059605,"connectEnd":960.9000000059605,"connectStart":960.9000000059605,"domainLookupEnd":960.9000000059605,"domainLookupStart":960.9000000059605,"fetchStart":960.9000000059605,"redirectEnd":0,"redirectStart":0,"requestStart":960.9000000059605,"responseEnd":1257.9000000059605,"responseStart":1257.9000000059605,"secureConnectionStart":960.9000000059605},{"duration":300.90000000596046,"initiatorType":"script","name":"https://jira.mariadb.org/s/53a43b6764f587426c7bb9a150184c00-CDN/lu2bv2/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","startTime":961.1999999880791,"connectEnd":961.1999999880791,"connectStart":961.1999999880791,"domainLookupEnd":961.1999999880791,"domainLookupStart":961.1999999880791,"fetchStart":961.1999999880791,"redirectEnd":0,"redirectStart":0,"requestStart":961.1999999880791,"responseEnd":1262.0999999940395,"responseStart":1262.0999999940395,"secureConnectionStart":961.1999999880791},{"duration":317.59999999403954,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1046.5999999940395,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1046.5999999940395,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1364.199999988079,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":119,"responseStart":327,"responseEnd":347,"domLoading":331,"domInteractive":1301,"domContentLoadedEventStart":1301,"domContentLoadedEventEnd":1358,"domComplete":1763,"loadEventStart":1763,"loadEventEnd":1764,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1274.9000000059605},{"name":"bigPipe.sidebar-id.end","time":1276.199999988079},{"name":"bigPipe.activity-panel-pipe-id.start","time":1276.4000000059605},{"name":"bigPipe.activity-panel-pipe-id.end","time":1276.9000000059605},{"name":"activityTabFullyLoaded","time":1373.4000000059605}],"measures":[],"correlationId":"de223d8261f3ff","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":111,"dbReadsTimeInMs":9,"dbConnsTimeInMs":17,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}