Thank you! This might also explain intermittent failures of the test atomic.rename_table where InnoDB fails to recover.
It turns out that a FILE_MODIFY record was parsed for the file that will be complained about, but the first page of the tablespace had not been written before the server was killed:
ssh pluto
od -Ax -t x1 /data/results/1655382284/TBR-1547/1/data/test/#sql-alter-11fd01-21.ibd
This is related to MDEV-24626. thiru, can you please debug this further?
Marko Mäkelä
added a comment - Thank you! This might also explain intermittent failures of the test atomic.rename_table where InnoDB fails to recover.
It turns out that a FILE_MODIFY record was parsed for the file that will be complained about, but the first page of the tablespace had not been written before the server was killed:
ssh pluto
od -Ax -t x1 /data/results/1655382284/TBR-1547/1/data/test/#sql-alter-11fd01-21.ibd
000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*
01a000
rr replay /data/results/1655382284/TBR-1547/1/rr/mysqld-2
watch -l recv_sys.found_corrupt_log
continue
reverse-continue
up
watch -l rs.first
reverse-continue
break fil_ibd_load
continue
finish
…
Run till exit from #0 fil_ibd_load (space_id=88,
filename=0x55affd515394 "./test/#sql-alter-11fd01-21.ibd",
space=@0x7ffd55619558: 0x0)
at /data/Server/10.6X/storage/innobase/fil/fil0fil.cc:2527
0x000055affbb908f8 in fil_name_process (
name=0x55affd515394 "./test/#sql-alter-11fd01-21.ibd", len=31,
space_id=88, deleted=false, lsn=80695284, store=0x7ffd55619cfc)
at /data/Server/10.6X/storage/innobase/log/log0recv.cc:1253
1253 switch (fil_ibd_load(space_id, name, space)) {
Value returned is $1 = FIL_LOAD_DEFER
This is related to MDEV-24626 . thiru , can you please debug this further?
It looks like FILE_DELETE record is eaten by FILE_CHECKPOINT. So during recovery, InnoDB encounters FILE_MODIFY for the tablespace, not FILE_DELETE.
let me paste the stack trace:
#25 0x000055741b556290 in do_command (thd=0x362b300206a8, blocking=true) at /data/Server/10.6X/sql/sql_parse.cc:1409
#26 0x000055741b6fc792 in do_handle_one_connection (connect=0x48fc7a172168, put_in_cache=true) at /data/Server/10.6X/sql/sql_connect.cc:1418
#27 0x000055741b6fc427 in handle_one_connection (arg=0x48fc7a172168) at /data/Server/10.6X/sql/sql_connect.cc:1312
#28 0x0000056114927609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#29 0x000055741ab6c293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(rr) when
Current event: 1333838
Reassigning this issue to marko like he suggested.
Thirunarayanan Balathandayuthapani
added a comment - - edited It looks like FILE_DELETE record is eaten by FILE_CHECKPOINT . So during recovery, InnoDB encounters FILE_MODIFY for the tablespace, not FILE_DELETE .
let me paste the stack trace:
(rr) t 4
[Switching to thread 4 (Thread 1178881.1179183)]
#0 mtr_t::log_file_op (this=0x1b7635450800, type=FILE_MODIFY, space_id=88, path=0x362b30042690 "./test/#sql-alter-11fd01-21.ibd", new_path=0x0)
at /data/Server/10.6X/storage/innobase/fil/fil0fil.cc:1475
1475 ut_ad((new_path != nullptr) == (type == FILE_RENAME));
(rr) where
#0 mtr_t::log_file_op (this=0x1b7635450800, type=FILE_MODIFY, space_id=88, path=0x362b30042690 "./test/#sql-alter-11fd01-21.ibd", new_path=0x0)
at /data/Server/10.6X/storage/innobase/fil/fil0fil.cc:1475
#1 0x000055741bff04ce in fil_name_write (space_id=88, name=0x362b30042690 "./test/#sql-alter-11fd01-21.ibd", mtr=0x1b7635450800)
at /data/Server/10.6X/storage/innobase/fil/fil0fil.cc:1572
#2 0x000055741bff639e in fil_names_write (space=0x362b3001e2e0, mtr=0x1b7635450800) at /data/Server/10.6X/storage/innobase/fil/fil0fil.cc:3121
#3 0x000055741bff6c62 in fil_names_clear (lsn=77132331, do_write=true) at /data/Server/10.6X/storage/innobase/fil/fil0fil.cc:3214
#4 0x000055741bf828c7 in log_checkpoint_low (oldest_lsn=77132331, end_lsn=80695284) at /data/Server/10.6X/storage/innobase/buf/buf0flu.cc:1745
#5 0x000055741bf82d6b in log_checkpoint () at /data/Server/10.6X/storage/innobase/buf/buf0flu.cc:1804
#6 0x000055741bf85516 in buf_flush_page_cleaner () at /data/Server/10.6X/storage/innobase/buf/buf0flu.cc:2341
#7 0x000055741bf895e5 in std::__invoke_impl<void, void (*)()> (__f=@0x705b035a4348: 0x55741bf84bb0 <buf_flush_page_cleaner()>)
at /usr/include/c++/9/bits/invoke.h:60
#8 0x000055741bf89591 in std::__invoke<void (*)()> (__fn=@0x705b035a4348: 0x55741bf84bb0 <buf_flush_page_cleaner()>)
at /usr/include/c++/9/bits/invoke.h:95
#9 0x000055741bf89532 in std::thread::_Invoker<std::tuple<void (*)()> >::_M_invoke<0ul> (this=0x705b035a4348) at /usr/include/c++/9/thread:244
#10 0x000055741bf89504 in std::thread::_Invoker<std::tuple<void (*)()> >::operator() (this=0x705b035a4348) at /usr/include/c++/9/thread:251
#11 0x000055741bf894e4 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)()> > >::_M_run (this=0x705b035a4340)
at /usr/include/c++/9/thread:195
#12 0x00007fb567642de4 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#13 0x0000056114927609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#14 0x000055741ab6c293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(rr) when
Current event: 1333838
(rr) t 16
[Switching to thread 16 (Thread 1178881.1296841)]
#0 0x0000000070000002 in syscall_traced ()
(rr) where
#0 0x0000000070000002 in syscall_traced ()
#1 0x00000ed43c97c1a4 in _raw_syscall () at /home/roc/rr/rr/src/preload/raw_syscall.S:120
#2 0x00000ed43c9772ce in traced_raw_syscall (call=<optimized out>) at /home/roc/rr/rr/src/preload/syscallbuf.c:278
#3 0x00000ed43c97b0c3 in sys_fcntl (call=<optimized out>) at /home/roc/rr/rr/src/preload/syscallbuf.c:1529
#4 syscall_hook_internal (call=0x7fb561a7cfa0) at /home/roc/rr/rr/src/preload/syscallbuf.c:3293
#5 syscall_hook (call=0x7fb561a7cfa0) at /home/roc/rr/rr/src/preload/syscallbuf.c:3454
#6 0x00000ed43c9770b0 in _syscall_hook_trampoline () at /home/roc/rr/rr/src/preload/syscall_hook.S:313
#7 0x00000ed43c97710f in __morestack () at /home/roc/rr/rr/src/preload/syscall_hook.S:458
#8 0x00000ed43c977116 in _syscall_hook_trampoline_48_3d_01_f0_ff_ff () at /home/roc/rr/rr/src/preload/syscall_hook.S:472
#9 0x000055741ab658a3 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#10 0x000055741bd85e97 in binary_semaphore::wait (this=0x7fb566aa96d0) at /data/Server/10.6X/storage/innobase/log/log0sync.cc:127
#11 0x000055741bd86376 in group_commit_lock::acquire (this=0x55741d67bc00 <flush_lock>, num=80006576, callback=0x0)
at /data/Server/10.6X/storage/innobase/log/log0sync.cc:273
#12 0x000055741bd57652 in log_write_up_to (lsn=80006576, flush_to_disk=true, rotate_key=false, callback=0x0)
at /data/Server/10.6X/storage/innobase/log/log0log.cc:828
#13 0x000055741bff0b1a in fil_delete_tablespace (id=88) at /data/Server/10.6X/storage/innobase/fil/fil0fil.cc:1692
#14 0x000055741bfe604c in trx_t::commit (this=0x368d26821780, deleted=std::vector of length 0, capacity 0)
at /data/Server/10.6X/storage/innobase/dict/drop.cc:274
#15 0x000055741bcc9fc4 in commit_unlock_and_unlink (trx=0x368d26821780) at /data/Server/10.6X/storage/innobase/handler/handler0alter.cc:4180
#16 0x000055741bcf20d0 in rollback_inplace_alter_table (ha_alter_info=0x7fb566aa5330, table=0x362b3027a7e8, prebuilt=0x362b302a0f30)
at /data/Server/10.6X/storage/innobase/handler/handler0alter.cc:8854
#17 0x000055741bce0ad6 in ha_innobase::commit_inplace_alter_table (this=0x362b302af650, altered_table=0x7fb566aa53f0,
ha_alter_info=0x7fb566aa5330, commit=false) at /data/Server/10.6X/storage/innobase/handler/handler0alter.cc:10863
#18 0x000055741b8e0dde in handler::ha_commit_inplace_alter_table (this=0x362b302af650, altered_table=0x7fb566aa53f0,
ha_alter_info=0x7fb566aa5330, commit=false) at /data/Server/10.6X/sql/handler.cc:5219
#19 0x000055741b654aa0 in mysql_inplace_alter_table (thd=0x362b300206a8, table_list=0x362b3002f1f0, table=0x362b3027a7e8,
altered_table=0x7fb566aa53f0, ha_alter_info=0x7fb566aa5330, target_mdl_request=0x7fb566aa5c30, ddl_log_state=0x7fb566aa52f0,
trigger_param=0x7fb566aa57e0, alter_ctx=0x7fb566aa6790) at /data/Server/10.6X/sql/sql_table.cc:7570
#20 0x000055741b65cdf6 in mysql_alter_table (thd=0x362b300206a8, new_db=0x362b300250a8, new_name=0x362b300254c0, create_info=0x7fb566aa7580,
table_list=0x362b3002f1f0, alter_info=0x7fb566aa7490, order_num=0, order=0x0, ignore=false, if_exists=false)
at /data/Server/10.6X/sql/sql_table.cc:10278
#21 0x000055741b706cb6 in Sql_cmd_alter_table::execute (this=0x362b3002f920, thd=0x362b300206a8) at /data/Server/10.6X/sql/sql_alter.cc:542
#22 0x000055741b564e23 in mysql_execute_command (thd=0x362b300206a8, is_called_from_prepared_stmt=false)
at /data/Server/10.6X/sql/sql_parse.cc:5996
#23 0x000055741b56ab3c in mysql_parse (thd=0x362b300206a8,
rawbuf=0x362b3002f0c0 "ALTER TABLE `t3` ENCRYPTED=YES /* E_R Thread7 QNO 14 CON_ID 33 */", length=65, parser_state=0x7fb566aa8580)
--Type <RET> for more, q to quit, c to continue without paging--
at /data/Server/10.6X/sql/sql_parse.cc:8029
#24 0x000055741b557741 in dispatch_command (command=COM_QUERY, thd=0x362b300206a8,
packet=0x362b30027049 "ALTER TABLE `t3` ENCRYPTED=YES /* E_R Thread7 QNO 14 CON_ID 33 */ ", packet_length=66, blocking=true)
at /data/Server/10.6X/sql/sql_parse.cc:1896
#25 0x000055741b556290 in do_command (thd=0x362b300206a8, blocking=true) at /data/Server/10.6X/sql/sql_parse.cc:1409
#26 0x000055741b6fc792 in do_handle_one_connection (connect=0x48fc7a172168, put_in_cache=true) at /data/Server/10.6X/sql/sql_connect.cc:1418
#27 0x000055741b6fc427 in handle_one_connection (arg=0x48fc7a172168) at /data/Server/10.6X/sql/sql_connect.cc:1312
#28 0x0000056114927609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#29 0x000055741ab6c293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(rr) when
Current event: 1333838
Reassigning this issue to marko like he suggested.
Thanks to further debugging, the problem appears to be insufficient mutual exclusion between log checkpoint and fil_delete_tablespace(). I think that this race condition may have been caused by MDEV-21534.
In this particular execution, the log checkpoint violated ACID by essentially deleting a FILE_DELETE record that had been written earlier. Had the server been killed before the checkpoint was updated, the FILE_DELETE record would have been processed by crash recovery and the file would have been deleted as expected.
If such a race condition is possible also with regard to FILE_RENAME and renaming files, that should explain failures of the test atomic.rename_table (MDEV-27111).
Marko Mäkelä
added a comment - Thanks to further debugging, the problem appears to be insufficient mutual exclusion between log checkpoint and fil_delete_tablespace() . I think that this race condition may have been caused by MDEV-21534 .
In this particular execution, the log checkpoint violated ACID by essentially deleting a FILE_DELETE record that had been written earlier. Had the server been killed before the checkpoint was updated, the FILE_DELETE record would have been processed by crash recovery and the file would have been deleted as expected.
If such a race condition is possible also with regard to FILE_RENAME and renaming files, that should explain failures of the test atomic.rename_table ( MDEV-27111 ).
It looks like fil_delete_tablespace() must employ some logic similar to mtr_t::commit_shrink() that is part of innodb_undo_log_truncate. Possibly something like this:
log_write_and_flush_prepare();
// write the FILE_DELETE record
fil_system.named_spaces.remove(*space);
// …
mysql_mutex_lock(&log_sys.flush_order_mutex);
log_write_and_flush();
Something similar is necessary around fil_name_write_rename() as well, to ensure that a log checkpoint may not occur between the write of a FILE_RENAME record and the actual rename operation in the file system. Only after the file has been deleted or renamed in the file system, we may allow a log checkpoint to discard the record.
Marko Mäkelä
added a comment - It looks like fil_delete_tablespace() must employ some logic similar to mtr_t::commit_shrink() that is part of innodb_undo_log_truncate . Possibly something like this:
log_write_and_flush_prepare();
// write the FILE_DELETE record
fil_system.named_spaces. remove (*space);
// …
mysql_mutex_lock(&log_sys.flush_order_mutex);
log_write_and_flush();
Something similar is necessary around fil_name_write_rename() as well, to ensure that a log checkpoint may not occur between the write of a FILE_RENAME record and the actual rename operation in the file system. Only after the file has been deleted or renamed in the file system, we may allow a log checkpoint to discard the record.
In addition to being similar to MDEV-27711, this bug is also similar to MDEV-27111 in the sense that the test atomic.rename_table would still occasionally fail. I repeated a failure of that test without my tentative fix, and did not repeat any failure with the fix.
Marko Mäkelä
added a comment - In addition to being similar to MDEV-27711 , this bug is also similar to MDEV-27111 in the sense that the test atomic.rename_table would still occasionally fail. I repeated a failure of that test without my tentative fix, and did not repeat any failure with the fix.
I ended up not fixing this in 10.5, because this affects the recovery DDL operations, and those operations were not crash-safe before 10.6.
Marko Mäkelä
added a comment - I ended up not fixing this in 10.5, because this affects the recovery DDL operations, and those operations were not crash-safe before 10.6.
I'm currently affected by this bug as it seems. Running 10.6.8. After a system restart, my local MariaDB instance will not start up with the aforementioned error. Will this fix only prevent the error from happening in the future or will it also fix a broken recovery log? Do I need to rebuild my whole database?
Jörn Wagner
added a comment - - edited Hi,
I'm currently affected by this bug as it seems. Running 10.6.8. After a system restart, my local MariaDB instance will not start up with the aforementioned error. Will this fix only prevent the error from happening in the future or will it also fix a broken recovery log? Do I need to rebuild my whole database?
The recently released MariaDB Server 10.6.9 includes a number of recovery fixes, such as MDEV-28923. The bug that we reproduced internally occurred due to a race condition in the write side, and it cannot be easily worked around in recovery. If 10.6.9 cannot start up with that data directory, one thing that could still be done to work around this bug would be to remove the latest log checkpoint from the redo log file (to let the server recover from the previous log checkpoint).
Marko Mäkelä
added a comment - The recently released MariaDB Server 10.6.9 includes a number of recovery fixes, such as MDEV-28923 . The bug that we reproduced internally occurred due to a race condition in the write side, and it cannot be easily worked around in recovery. If 10.6.9 cannot start up with that data directory, one thing that could still be done to work around this bug would be to remove the latest log checkpoint from the redo log file (to let the server recover from the previous log checkpoint).
Jörn Wagner
added a comment - Unfortunately, I do not see MariaDB 10.6.9 available for download. https://jira.mariadb.org/projects/MDEV/versions/27507 says it's unreleased but all issues are done. https://mariadb.com/kb/en/mariadb-1069-changelog/ also states "There are currently no official packages or binaries available for download which contain the features". Where can we find or when can we expect binaries for that version?
One more reason for these symptoms could be that multiple instances of InnoDB were running on the same data files. This would be a regression due to implementing MDEV-24393. This regression was fixed in MDEV-28495 and MDEV-31568, by ensuring that an advisory lock on the InnoDB system tablespace will always be held.
Marko Mäkelä
added a comment - One more reason for these symptoms could be that multiple instances of InnoDB were running on the same data files. This would be a regression due to implementing MDEV-24393 . This regression was fixed in MDEV-28495 and MDEV-31568 , by ensuring that an advisory lock on the InnoDB system tablespace will always be held.
People
Marko Mäkelä
Matthias Leich
Votes:
0Vote for this issue
Watchers:
7Start 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":928.5,"ttfb":310.1999999284744,"pageVisibility":"visible","entityId":111970,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"2cc1963d-28ab-4066-bb8b-738332d6b38a","navigationType":0,"readyForUser":1021.5,"redirectCount":0,"resourceLoadedEnd":676.5,"resourceLoadedStart":318.2999999523163,"resourceTiming":[{"duration":17.399999976158142,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":318.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":318.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":335.6999999284744,"responseStart":0,"secureConnectionStart":0},{"duration":18.299999952316284,"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":318.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":318.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":336.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":193,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":318.6999999284744,"connectEnd":318.6999999284744,"connectStart":318.6999999284744,"domainLookupEnd":318.6999999284744,"domainLookupStart":318.6999999284744,"fetchStart":318.6999999284744,"redirectEnd":0,"redirectStart":0,"requestStart":339.10000002384186,"responseEnd":511.6999999284744,"responseStart":370.6999999284744,"secureConnectionStart":318.6999999284744},{"duration":357.7000000476837,"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":318.7999999523163,"connectEnd":318.7999999523163,"connectStart":318.7999999523163,"domainLookupEnd":318.7999999523163,"domainLookupStart":318.7999999523163,"fetchStart":318.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":340.2999999523163,"responseEnd":676.5,"responseStart":376.60000002384186,"secureConnectionStart":318.7999999523163},{"duration":61.10000002384186,"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":319,"connectEnd":319,"connectStart":319,"domainLookupEnd":319,"domainLookupStart":319,"fetchStart":319,"redirectEnd":0,"redirectStart":0,"requestStart":340.5,"responseEnd":380.10000002384186,"responseStart":378.10000002384186,"secureConnectionStart":319},{"duration":60.700000047683716,"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":319.1999999284744,"connectEnd":319.1999999284744,"connectStart":319.1999999284744,"domainLookupEnd":319.1999999284744,"domainLookupStart":319.1999999284744,"fetchStart":319.1999999284744,"redirectEnd":0,"redirectStart":0,"requestStart":341.2999999523163,"responseEnd":379.89999997615814,"responseStart":377.60000002384186,"secureConnectionStart":319.1999999284744},{"duration":60.89999997615814,"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":319.2999999523163,"connectEnd":319.2999999523163,"connectStart":319.2999999523163,"domainLookupEnd":319.2999999523163,"domainLookupStart":319.2999999523163,"fetchStart":319.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":342.7999999523163,"responseEnd":380.1999999284744,"responseStart":378.60000002384186,"secureConnectionStart":319.2999999523163},{"duration":22.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":319.60000002384186,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":319.60000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":342.1999999284744,"responseStart":0,"secureConnectionStart":0},{"duration":63.300000071525574,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":319.6999999284744,"connectEnd":319.6999999284744,"connectStart":319.6999999284744,"domainLookupEnd":319.6999999284744,"domainLookupStart":319.6999999284744,"fetchStart":319.6999999284744,"redirectEnd":0,"redirectStart":0,"requestStart":354.10000002384186,"responseEnd":383,"responseStart":381.10000002384186,"secureConnectionStart":319.6999999284744},{"duration":23.700000047683716,"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":319.7999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":319.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":343.5,"responseStart":0,"secureConnectionStart":0},{"duration":64.60000002384186,"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":320,"connectEnd":320,"connectStart":320,"domainLookupEnd":320,"domainLookupStart":320,"fetchStart":320,"redirectEnd":0,"redirectStart":0,"requestStart":354.39999997615814,"responseEnd":384.60000002384186,"responseStart":381.89999997615814,"secureConnectionStart":320},{"duration":302.10000002384186,"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":323.6999999284744,"connectEnd":323.6999999284744,"connectStart":323.6999999284744,"domainLookupEnd":323.6999999284744,"domainLookupStart":323.6999999284744,"fetchStart":323.6999999284744,"redirectEnd":0,"redirectStart":0,"requestStart":362.89999997615814,"responseEnd":625.7999999523163,"responseStart":619.8999999761581,"secureConnectionStart":323.6999999284744},{"duration":301.5,"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":325.10000002384186,"connectEnd":325.10000002384186,"connectStart":325.10000002384186,"domainLookupEnd":325.10000002384186,"domainLookupStart":325.10000002384186,"fetchStart":325.10000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":386,"responseEnd":626.6000000238419,"responseStart":622,"secureConnectionStart":325.10000002384186},{"duration":121.70000004768372,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":652.7999999523163,"connectEnd":652.7999999523163,"connectStart":652.7999999523163,"domainLookupEnd":652.7999999523163,"domainLookupStart":652.7999999523163,"fetchStart":652.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":739.3999999761581,"responseEnd":774.5,"responseStart":773.6999999284744,"secureConnectionStart":652.7999999523163},{"duration":279.7999999523163,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":887.8999999761581,"connectEnd":887.8999999761581,"connectStart":887.8999999761581,"domainLookupEnd":887.8999999761581,"domainLookupStart":887.8999999761581,"fetchStart":887.8999999761581,"redirectEnd":0,"redirectStart":0,"requestStart":1130.1000000238419,"responseEnd":1167.6999999284744,"responseStart":1166.3999999761581,"secureConnectionStart":887.8999999761581},{"duration":226.90000009536743,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":922.6999999284744,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":922.6999999284744,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1149.6000000238419,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":16,"domainLookupEnd":25,"connectStart":29,"connectEnd":51,"secureConnectionStart":39,"requestStart":52,"responseStart":310,"responseEnd":324,"domLoading":314,"domInteractive":1153,"domContentLoadedEventStart":1153,"domContentLoadedEventEnd":1221,"domComplete":1573,"loadEventStart":1573,"loadEventEnd":1574,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1107.1999999284744},{"name":"bigPipe.sidebar-id.end","time":1108},{"name":"bigPipe.activity-panel-pipe-id.start","time":1108.1000000238419},{"name":"bigPipe.activity-panel-pipe-id.end","time":1114.1000000238419},{"name":"activityTabFullyLoaded","time":1244.6000000238419}],"measures":[],"correlationId":"929494d96cf1d9","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":138,"dbReadsTimeInMs":23,"dbConnsTimeInMs":33,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
The bug is quite similar to
MDEV-27711.