Type:
Bug
Priority:
Critical
Resolution:
Fixed
Affects Version/s:
5.5(EOL) , 10.0(EOL) , 10.1(EOL) , 10.2(EOL) , 10.3(EOL)
Since the very first version, InnoDB was aborting the whole MySQL or MariaDB server when trying to access a corrupted page.
Earlier, small steps have been taken to improve MariaDB stability, such as MDEV-12253 .
We must enable error handling for corrupted pages instead of allowing the server to crash. This is not only about detecting a checksum failure when reading a corrupted page (like suggested in MySQL Bug#10132 Crashing the server on corrupt InnoDB page is unhelpful , filed on April 25, 2005), but also about performing some operations on corrupted pages whose checksum appears valid.
In some background operations, such as the purge of committed transaction history, errors may be reported to the server error log only, or silently ignored. While executing SQL, errors should be reported back to the client, and the transaction could be rolled back.
blocks
MDEV-18519
0x7f0118195700 InnoDB: Assertion failure in file /home/buildbot/buildbot/build/mariadb-10.3.7/storage/innobase/btr/btr0cur.cc line 4308
Closed
MDEV-18976
Implement a CHECKSUM redo log record for improved validation
Closed
MDEV-21098
Crash in rec_get_offsets_func() due to invalid rec_get_status()
Closed
MDEV-22388
Corrupted undo log record leads to server crash
Closed
MDEV-27593
Crashing on I/O error is unhelpful
Closed
MDEV-28457
Crash in page_dir_find_owner_slot()
Closed
MDEV-29603
btr_cur_open_at_index_side() is missing some consistency checks
Closed
MDEV-34830
LSN in the future is not being treated as serious corruption
Closed
causes
MDEV-28845
InnoDB: Failing assertion: bpage->can_relocate() in buf0lru.cc
Closed
MDEV-28950
Assertion `*err == DB_SUCCESS' failed in btr_page_split_and_insert
Closed
MDEV-29321
Percona XtraDB 5.7 can't be upgrade to MariaDB 10.6 or above
Closed
MDEV-29374
Frequent "Data structure corruption" in InnoDB after OOM
Closed
MDEV-29383
Assertion mysql_mutex_assert_owner(&log_sys.flush_order_mutex) failed in mtr_t::commit()
Closed
MDEV-29435
CHECK TABLE forgets to release latches after reporting failure
Closed
MDEV-31333
fsp_free_page() fails to move the extent from FSP_FREE_FRAG to FSP_FREE list
Closed
MDEV-35430
my_snprintf fixes for 10.6+
Closed
is duplicated by
MDEV-14170
InnoDB: Failing assertion: sibling_mode == RW_NO_LATCH || btr_page_get_next(get_block->frame, mtr) == page_get_page_no(page)
Closed
MDEV-16497
Server crashes on corrupted pages during DROP TABLE
Closed
MDEV-26550
[FATAL] [ERROR] mysqld got signal 6 ;InnoDB: Aborting because of a corrupt database page.
Closed
MDEV-27865
buf_page_read_complete assertions during during innodb_init
Closed
MDEV-28148
InnoDB slave crash / signal 6
Closed
MDEV-28574
Assertion failure in fil_invalid_page_access_msg() while running CHECK TABLE to find the details on corruption suspected
Closed
MDEV-28786
InnoDB crash leads to pagesize comparison failure
Closed
MDEV-29126
DB is crashing repeatedly with error message "InnoDB: Rec offset 99, cur1 offset 1723, cur2 offset 16095"
Closed
MDEV-29130
InnoDB: Assertion failure in file storage/innobase/fsp/fsp0fsp.cc line 1562
Closed
MDEV-29150
DB continuously rebooting
Closed
MDEV-33398
Server crashes when executing DML with innodb_checksum_algorithm set to strict_innodb
Closed
relates to
MDEV-12112
corruption in encrypted table may be overlooked
Closed
MDEV-13680
InnoDB may crash when btr_page_alloc() fails
Closed
MDEV-17810
Improve error printout when decryption fails or we identify page as both encrypted and unencrypted
Closed
MDEV-17957
Make Innodb_checksum_algorithm stricter for strict_* values
Closed
MDEV-17958
Make bug-endian innodb_checksum_algorithm=crc32 optional
Closed
MDEV-18025
Mariabackup fails to detect corrupted page_compressed=1 tables
Closed
MDEV-18026
Make mariabackup option to double read the pages from data file.
Closed
MDEV-18455
Crash On Table structure Change on very large table - With filesystem not having enough space, rendering the table (and server) unusable
Closed
MDEV-18691
Failing assertion: page_is_comp(next_page) == page_is_comp(page) in btr0pcur.cc
Closed
MDEV-18932
MariaDB 10.3.10-10.3.13 corrupts table and refuses to start with assertion in row0sel.cc 2986
Closed
MDEV-19081
DB crashes periodicly with - InnoDB: Assertion failure
Closed
MDEV-19541
InnoDB crashes when trying to recover a corrupted page
Closed
MDEV-21030
MariaDB keepts crashing on start
Closed
MDEV-21513
Fix some crashes in ALTER TABLE…IMPORT TABLESPACE
Closed
MDEV-21863
InnoDB: Assertion failure rem0rec.cc 1878
Closed
MDEV-22373
Unable to find a record to delete-mark ends up crashing mysqld process after upgrading from 10.1.43 to 10.4
Closed
MDEV-22481
Server crash after access to table with imported tablespace (after restart)
Closed
MDEV-22624
mariadb used for wordpress restarts and crashes continuously
Closed
MDEV-23344
InnoDB: Fatal: Trying to access page number 57 in space 182 space name zabbix/items.
Closed
MDEV-23734
InnoDB: File (unknown): 'read' returned OS error 205. Cannot continue operation
Closed
MDEV-26780
Tablespaces corrupt, MariaDB does not start
Closed
MDEV-26893
innodb assertion on startup - rem0rec:877
Closed
MDEV-28143
Data table corruption/crashing on btrfs
Open
MDEV-28975
AWS RDS mariadb 10.5.12 crashes upon OS update
Closed
MDEV-29082
InnoDB: Failing assertion: !cursor->index->is_committed()
Closed
MDEV-29938
InnoDB: Assertion failure in btr0pcur.cc line 532
Open
MDEV-30132
Crash after recovery, with InnoDB: Tried to read ... bytes at offset
Closed
MDEV-31353
InnoDB recovery hangs after reporting corruption
Closed
MDEV-32269
InnoDB after ALTER TABLE…IMPORT TABLESPACE may not be crash safe
Closed
MDEV-33325
Crash in flst_read_addr on corrupted data
Closed
MDEV-35413
InnoDB: Cannot load compressed BLOB (ROW_FORMAT=COMPRESSED table)
Closed
MDEV-35729
InnoDB: Trying to read page … which is outside the tablespace bounds
Closed
MDEV-9663
InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIX, or !cursor->index->is_committed()
Closed
MDEV-11125
Introduce a reduced doublewrite mode, handling error detection only
Closed
MDEV-12253
Buffer pool blocks are accessed after they have been freed
Closed
MDEV-12288
Reset DB_TRX_ID when the history is removed, to speed up MVCC
Closed
MDEV-13536
DB_TRX_ID is not actually being reset when the history is removed
Closed
MDEV-13559
encryption.innodb-redo-badkey failed in buildbot
Closed
MDEV-14132
innodb.innodb-64k failed in buildbot, lost connection to server
Closed
MDEV-14481
Execute InnoDB crash recovery in the background
Closed
MDEV-16763
SIGNAL 6 ERROR
Closed
MDEV-17482
InnoDB fails to say which fatal error fsync() returned
Closed
MDEV-17638
Improve error message about corruption of encrypted page
Closed
MDEV-17641
start slave and mariadb server crash
Closed
MDEV-17947
mariabackup SST encounters InnoDB tablespace errors during prepare, ignores them, server crashes
Closed
MDEV-18115
Remove dummy tablespace for the redo log
Closed
MDEV-18529
InnoDB wrongly skips decryption of encrypted page if unencrypted and post-encrypted checksums match
Closed
MDEV-18606
innodb crashes on large update and it gets corrupted
Closed
MDEV-19711
Assertion failure during IMPORT TABLESPACE
Closed
MDEV-20931
ALTER...IMPORT can crash the server
Closed
MDEV-24287
mysqlcheck unexpectedly causes table to be marked as corrupt
Closed
MDEV-24412
Mariadb 10.5: InnoDB: Upgrade after a crash is not supported
Closed
MDEV-24578
MariaDB 10.5 fails to join Galera cluster of MariaDB 10.1, root cause SST failure, symptom is InnoDB: Assertion failure
Closed
MDEV-26022
InnoDB page data size mismatch crash
Closed
MDEV-26537
InnoDB corrupts files due to incorrect st_blksize calculation
Closed
MDEV-27053
Crash on assertion failure in btr0cur.cc - apparent index corruption
Closed
MDEV-27538
MariaDB server startup crash
Closed
MDEV-28002
Failing assertion: btr_page_get_prev(next_page, mtr) == btr_pcur_get_block(cursor)->page.id.page_no()
Closed
MDEV-28174
InnoDB: Assertion failure
Closed
MDEV-28349
Provide "crash safe" options for CHECK TABLE and ALTER TABLE ... CHECK PARTITION ...
Open
MDEV-29276
[FATAL] InnoDB: Page old data size 7898 new data size 7922, page old max ins size 8288 new max ins size 8264
Closed
MDEV-30397
InnoDB crash due to DB_FAIL reported for a corrupted page
Closed
MDEV-31245
Assertion Failure results in crash
Closed
MDEV-31767
InnoDB tables are being flagged as corrupted on an I/O bound server
Closed
MDEV-32044
Mariadb crash after upgrading to 11.0.3: Failing assertion: local_len >= BTR_EXTERN_FIELD_REF_SIZE
Closed
MDEV-34233
InnoDB crashes due to corrupted ibdata1 (Assertion failure in innodb.undo_page)
Closed
MDEV-34773
Troubles with DB
Closed
SAMU-289 Loading...
links to
Show 91 more links (3 blocks, 8 causes, 11 is duplicated by, 68 relates to, 1 links to)
Marko Mäkelä
made changes -
2018-06-15 12:01
Status
Open
[ 1
]
Confirmed
[ 10101
]
Marko Mäkelä
made changes -
2018-06-15 12:01
Fix Version/s
10.3
[ 22126
]
Fix Version/s
10.4
[ 22408
]
Marko Mäkelä
made changes -
2018-11-08 08:09
Labels
corruption recovery
corruption encryption page_compression recovery
Julien Fritsch
made changes -
2018-12-10 10:16
Priority
Major
[ 3
]
Critical
[ 2
]
Julien Fritsch
made changes -
2019-01-28 17:18
Support case ID
23523 24286 not-21898 not-22741 not-23404 not-23578
24286 not-21898 not-22741 not-23404 not-23578 not-23523
Julien Fritsch
made changes -
2019-01-28 17:20
Support case ID
24286 not-21898 not-22741 not-23404 not-23523 not-23578
24286 not-21898 not-22741 not-23404 not-23523 not-23578 not-24286
Julien Fritsch
made changes -
2019-01-28 17:20
Support case ID
24286 not-21898 not-22741 not-23404 not-23523 not-23578 not-24286
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286
Julien Fritsch
made changes -
2019-01-28 17:29
Support case ID
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286 test
Julien Fritsch
made changes -
2019-01-28 17:30
Support case ID
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286 test
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286
Marko Mäkelä
made changes -
2019-01-31 09:35
Assignee
Marko Mäkelä
[ marko
]
Vladislav Lesin
[ vlad.lesin
]
Richard Stracke
made changes -
2019-03-18 08:04
Support case ID
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286 27019
Jira Update Service
made changes -
2019-03-19 08:49
Support case ID
27019 not-21898 not-22741 not-23404 not-23523 not-23578 not-24286
not-21898 not-22741 not-23404 not-23523 not-23578 not-24286 not-27019
Marko Mäkelä
made changes -
2020-01-03 18:28
Remote Link
This issue links to "Intentionally cause an I/O error in Linux? (Web Link)"
[ 29401
]
Julien Fritsch
made changes -
2020-07-22 17:17
Fix Version/s
10.6
[ 24028
]
Julien Fritsch
made changes -
2020-07-22 17:18
Fix Version/s
10.5
[ 23123
]
Julien Fritsch
made changes -
2020-09-09 06:57
Assignee
Vladislav Lesin
[ vlad.lesin
]
Marko Mäkelä
[ marko
]
Rob Schwyzer (Inactive)
made changes -
2021-06-24 20:27
Labels
corruption encryption page_compression recovery
ServiceNow corruption encryption page_compression recovery
Rob Schwyzer (Inactive)
made changes -
2021-07-02 19:59
Labels
ServiceNow corruption encryption page_compression recovery
76qDvLB8Gju6Hs7nk3VY3EX42G795W5z corruption encryption page_compression recovery
Sergei Golubchik
made changes -
2021-08-13 22:34
Labels
76qDvLB8Gju6Hs7nk3VY3EX42G795W5z corruption encryption page_compression recovery
corruption encryption page_compression recovery
Sergei Golubchik
made changes -
2021-12-06 21:36
Workflow
MariaDB v3
[ 82110
]
MariaDB v4
[ 143964
]
Sergei Golubchik
made changes -
2022-02-22 14:26
Fix Version/s
10.10
[ 27530
]
Fix Version/s
10.2
[ 14601
]
Fix Version/s
10.3
[ 22126
]
Fix Version/s
10.4
[ 22408
]
Fix Version/s
10.5
[ 23123
]
Marko Mäkelä
made changes -
2022-05-02 14:10
Status
Confirmed
[ 10101
]
In Progress
[ 3
]
Marko Mäkelä
made changes -
2022-05-23 15:33
Fix Version/s
10.6
[ 24028
]
Fix Version/s
10.7
[ 24805
]
Fix Version/s
10.8
[ 26121
]
Fix Version/s
10.9
[ 26905
]
Marko Mäkelä
made changes -
2022-06-06 14:56
issue.field.resolutiondate
2022-06-06 14:56:03.0
2022-06-06 14:56:03.901
Marko Mäkelä
made changes -
2022-06-06 14:56
Fix Version/s
10.6.9
[ 27507
]
Fix Version/s
10.7.5
[ 27505
]
Fix Version/s
10.8.4
[ 27503
]
Fix Version/s
10.9.2
[ 27115
]
Fix Version/s
10.6
[ 24028
]
Fix Version/s
10.7
[ 24805
]
Fix Version/s
10.8
[ 26121
]
Fix Version/s
10.9
[ 26905
]
Fix Version/s
10.10
[ 27530
]
Resolution
Fixed
[ 1
]
Status
In Progress
[ 3
]
Closed
[ 6
]
Marko Mäkelä
made changes -
2022-08-05 13:21
Description
InnoDB is notoriously aborting the whole MariaDB server if it is trying to access a corrupted page.
MDEV-12253 alleviated the issue somewhat, but not for background processing, such as the purge of no-longer-needed history.
This bug exists in all InnoDB and XtraDB versions.
MariaDB essentially must fix [MySQL Bug#10132 Crashing the server on corrupt InnoDB page is unhelpful|https://bugs.mysql.com/bug.php?id=10132 ] that was filed on April 25, 2005.
In 10.3 with MDEV-12288 and MDEV-13536 , the InnoDB purge threads will access pages more often, causing all sorts of debug assertion failures in the B-tree code. To work around this problem, tests that intentionally cause B-tree pages to be unreadable are amended with the following parameters, so that everything will be purged before the server is restarted to deal with the corruption:
{noformat}
--innodb-purge-rseg-truncate-frequency=1
--skip-innodb-fast-shutdown
{noformat}
Since the very first version, InnoDB was aborting the whole MySQL or MariaDB server when trying to access a corrupted page.
MDEV-12253 alleviated the issue somewhat, but not for background processing, such as the purge of no-longer-needed history.
This bug exists in all InnoDB and XtraDB versions.
MariaDB essentially must fix [MySQL Bug#10132 Crashing the server on corrupt InnoDB page is unhelpful|https://bugs.mysql.com/bug.php?id=10132 ] that was filed on April 25, 2005.
In 10.3 with MDEV-12288 and MDEV-13536 , the InnoDB purge threads will access pages more often, causing all sorts of debug assertion failures in the B-tree code. To work around this problem, tests that intentionally cause B-tree pages to be unreadable are amended with the following parameters, so that everything will be purged before the server is restarted to deal with the corruption:
{noformat}
--innodb-purge-rseg-truncate-frequency=1
--skip-innodb-fast-shutdown
{noformat}
Marko Mäkelä
made changes -
2022-08-05 13:27
Description
Since the very first version, InnoDB was aborting the whole MySQL or MariaDB server when trying to access a corrupted page.
MDEV-12253 alleviated the issue somewhat, but not for background processing, such as the purge of no-longer-needed history.
This bug exists in all InnoDB and XtraDB versions.
MariaDB essentially must fix [MySQL Bug#10132 Crashing the server on corrupt InnoDB page is unhelpful|https://bugs.mysql.com/bug.php?id=10132 ] that was filed on April 25, 2005.
In 10.3 with MDEV-12288 and MDEV-13536 , the InnoDB purge threads will access pages more often, causing all sorts of debug assertion failures in the B-tree code. To work around this problem, tests that intentionally cause B-tree pages to be unreadable are amended with the following parameters, so that everything will be purged before the server is restarted to deal with the corruption:
{noformat}
--innodb-purge-rseg-truncate-frequency=1
--skip-innodb-fast-shutdown
{noformat}
Since the very first version, InnoDB was aborting the whole MySQL or MariaDB server when trying to access a corrupted page.
Earlier, small steps have been taken to improve MariaDB stability, such as MDEV-12253 .
We must enable error handling for corrupted pages instead of allowing the server to crash. This is not only about detecting a checksum failure when reading a corrupted page (like suggested in [MySQL Bug#10132 Crashing the server on corrupt InnoDB page is unhelpful|https://bugs.mysql.com/bug.php?id=10132 ], filed on April 25, 2005), but also about performing some operations on corrupted pages whose checksum appears valid.
In some background operations, such as the purge of committed transaction history, errors may be reported to the server error log only, or silently ignored. While executing SQL, errors should be reported back to the client, and the transaction could be rolled back.
Marko Mäkelä
made changes -
2022-08-26 08:50
Link
This issue causes MENT-1609
[ MENT-1609
]
Marko Mäkelä
made changes -
2022-11-30 08:59
Link
This issue is duplicated by MENT-1669
[ MENT-1669
]
Ralf Gebhardt
made changes -
2023-03-02 09:44
Link
This issue relates to MENT-1749
[ MENT-1749
]
Rob Schwyzer (Inactive)
made changes -
2024-04-04 19:53
Remote Link
This issue links to "Page (MariaDB Confluence)"
[ 36696
]
Rob Schwyzer (Inactive)
made changes -
2024-04-05 18:34
Remote Link
This issue links to "Page (MariaDB Confluence)"
[ 36696
]
Jira Automation (IT)
made changes -
2024-07-04 08:22
Zendesk Related Tickets
201658 110821 114635 110277 135951 119185 118441 132996 109663 161967 179756 175774
Zendesk active tickets
201658
Alessandro Vetere
made changes -
2025-03-04 10:47
Remote Link
This issue links to "SAMU-289 (Jira)"
[ 37435
]
{"report":{"fcp":1730.1999998092651,"ttfb":887.7999999523163,"pageVisibility":"visible","entityId":62702,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"8a2f7c21-3917-4a89-89ea-f6f7aa2bdc70","navigationType":0,"readyForUser":1963.3999998569489,"redirectCount":0,"resourceLoadedEnd":2249.5999999046326,"resourceLoadedStart":966.0999999046326,"resourceTiming":[{"duration":174.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":966.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":966.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1140.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":174.5,"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":966.3999998569489,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":966.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1140.8999998569489,"responseStart":0,"secureConnectionStart":0},{"duration":240.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":966.5999999046326,"connectEnd":966.5999999046326,"connectStart":966.5999999046326,"domainLookupEnd":966.5999999046326,"domainLookupStart":966.5999999046326,"fetchStart":966.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":966.5999999046326,"responseEnd":1207.0999999046326,"responseStart":1207.0999999046326,"secureConnectionStart":966.5999999046326},{"duration":421.30000019073486,"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":966.6999998092651,"connectEnd":966.6999998092651,"connectStart":966.6999998092651,"domainLookupEnd":966.6999998092651,"domainLookupStart":966.6999998092651,"fetchStart":966.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":966.6999998092651,"responseEnd":1388,"responseStart":1388,"secureConnectionStart":966.6999998092651},{"duration":425.39999985694885,"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":967,"connectEnd":967,"connectStart":967,"domainLookupEnd":967,"domainLookupStart":967,"fetchStart":967,"redirectEnd":0,"redirectStart":0,"requestStart":967,"responseEnd":1392.3999998569489,"responseStart":1392.3999998569489,"secureConnectionStart":967},{"duration":425.90000009536743,"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":967.1999998092651,"connectEnd":967.1999998092651,"connectStart":967.1999998092651,"domainLookupEnd":967.1999998092651,"domainLookupStart":967.1999998092651,"fetchStart":967.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":967.1999998092651,"responseEnd":1393.0999999046326,"responseStart":1393.0999999046326,"secureConnectionStart":967.1999998092651},{"duration":426.2000000476837,"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":967.2999999523163,"connectEnd":967.2999999523163,"connectStart":967.2999999523163,"domainLookupEnd":967.2999999523163,"domainLookupStart":967.2999999523163,"fetchStart":967.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":967.2999999523163,"responseEnd":1393.5,"responseStart":1393.3999998569489,"secureConnectionStart":967.2999999523163},{"duration":426.69999980926514,"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":967.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":967.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1394.1999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":426.5,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":967.5999999046326,"connectEnd":967.5999999046326,"connectStart":967.5999999046326,"domainLookupEnd":967.5999999046326,"domainLookupStart":967.5999999046326,"fetchStart":967.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":967.5999999046326,"responseEnd":1394.0999999046326,"responseStart":1394.0999999046326,"secureConnectionStart":967.5999999046326},{"duration":426.89999985694885,"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":967.7999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":967.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1394.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":427,"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":967.8999998569489,"connectEnd":967.8999998569489,"connectStart":967.8999998569489,"domainLookupEnd":967.8999998569489,"domainLookupStart":967.8999998569489,"fetchStart":967.8999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":967.8999998569489,"responseEnd":1394.8999998569489,"responseStart":1394.8999998569489,"secureConnectionStart":967.8999998569489},{"duration":919.7000000476837,"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":979.3999998569489,"connectEnd":979.3999998569489,"connectStart":979.3999998569489,"domainLookupEnd":979.3999998569489,"domainLookupStart":979.3999998569489,"fetchStart":979.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":979.3999998569489,"responseEnd":1899.0999999046326,"responseStart":1899.0999999046326,"secureConnectionStart":979.3999998569489},{"duration":1255.2000000476837,"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":994.3999998569489,"connectEnd":994.3999998569489,"connectStart":994.3999998569489,"domainLookupEnd":994.3999998569489,"domainLookupStart":994.3999998569489,"fetchStart":994.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":994.3999998569489,"responseEnd":2249.5999999046326,"responseStart":2249.5999999046326,"secureConnectionStart":994.3999998569489},{"duration":519.2999999523163,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1374.5999999046326,"connectEnd":1374.5999999046326,"connectStart":1374.5999999046326,"domainLookupEnd":1374.5999999046326,"domainLookupStart":1374.5999999046326,"fetchStart":1374.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1374.5999999046326,"responseEnd":1893.8999998569489,"responseStart":1893.8999998569489,"secureConnectionStart":1374.5999999046326},{"duration":530.0999999046326,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1723.7999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1723.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2253.899999856949,"responseStart":0,"secureConnectionStart":0},{"duration":568.7999999523163,"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":1915.3999998569489,"connectEnd":1915.3999998569489,"connectStart":1915.3999998569489,"domainLookupEnd":1915.3999998569489,"domainLookupStart":1915.3999998569489,"fetchStart":1915.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":1915.3999998569489,"responseEnd":2484.199999809265,"responseStart":2484.199999809265,"secureConnectionStart":1915.3999998569489}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":109,"responseStart":888,"responseEnd":964,"domLoading":960,"domInteractive":2403,"domContentLoadedEventStart":2403,"domContentLoadedEventEnd":2517,"domComplete":3112,"loadEventStart":3112,"loadEventEnd":3113,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2278.5},{"name":"bigPipe.sidebar-id.end","time":2279.399999856949},{"name":"bigPipe.activity-panel-pipe-id.start","time":2279.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":2305.2999999523163},{"name":"activityTabFullyLoaded","time":2583.0999999046326}],"measures":[],"correlationId":"8de969700fc1f2","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":689,"dbReadsTimeInMs":291,"dbConnsTimeInMs":328,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}