Found here http://buildbot.askmonty.org/buildbot/builders/kvm-asan/builds/1368/steps/mtr_nm/logs/stdio
main.func_gconcat w1 [ fail ]
|
Test ended at 2019-05-28 15:06:24
|
|
CURRENT_TEST: main.func_gconcat
|
mysqltest: At line 880: query 'SELECT GROUP_CONCAT(concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1) ORDER BY 2,1,3,4,6,5,8,7) AS c
|
FROM seq_1_to_200000' failed: 2013: Lost connection to MySQL server during query
|
|
The result from queries just before the failure was:
|
< snip >
|
Warning 1260 Row 3 was cut by GROUP_CONCAT()
|
INSERT INTO t1 VALUES (REPEAT('a', 499999), 3), (REPEAT('b', 500000), 4);
|
SELECT LENGTH(GROUP_CONCAT(f1 ORDER BY f2)) FROM t1 GROUP BY f2;
|
LENGTH(GROUP_CONCAT(f1 ORDER BY f2))
|
499999
|
499999
|
499999
|
499999
|
499999
|
Warnings:
|
Warning 1260 Row 1 was cut by GROUP_CONCAT()
|
Warning 1260 Row 2 was cut by GROUP_CONCAT()
|
Warning 1260 Row 3 was cut by GROUP_CONCAT()
|
Warning 1260 Row 5 was cut by GROUP_CONCAT()
|
DROP TABLE t1;
|
SET group_concat_max_len= DEFAULT;
|
set session group_concat_max_len=1024;
|
set max_session_mem_used=16*1024*1024;
|
SELECT GROUP_CONCAT(concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1), concat(seq/1.1) ORDER BY 2,1,3,4,6,5,8,7) AS c
|
FROM seq_1_to_200000;
|
|
More results from queries before failure can be found in /dev/shm/var/1/log/func_gconcat.log
|
|
|
Server [mysqld.1 - pid: 2633, winpid: 2633, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
=================================================================
|
==2634==ERROR: AddressSanitizer: use-after-poison on address 0x629000b59330 at pc 0x7f3637155935 bp 0x7f362a27d260 sp 0x7f362a27ca08
|
READ of size 240 at 0x629000b59330 thread T5
|
#0 0x7f3637155934 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c934)
|
#1 0x5606f503f3ad in tree_insert /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:255
|
#2 0x5606f4245d54 in copy_to_tree /home/buildbot/buildbot/build/mariadb-10.2.25/sql/item_sum.cc:3475
|
#3 0x5606f5041277 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:551
|
#4 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#5 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#6 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#7 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#8 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#9 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#10 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#11 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#12 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#13 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#14 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#15 0x5606f5041197 in tree_walk_left_root_right /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:550
|
#16 0x5606f50410ec in tree_walk /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:538
|
#17 0x5606f424608b in Item_func_group_concat::repack_tree(THD*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/item_sum.cc:3493
|
#18 0x5606f4246d7d in Item_func_group_concat::add() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/item_sum.cc:3561
|
#19 0x5606f424b173 in Aggregator_simple::add() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/item_sum.h:708
|
#20 0x5606f3ba8dcf in Item_sum::aggregator_add() (/home/buildbot/buildbot/build/mariadb-10.2.25/sql/mysqld+0xeffdcf)
|
#21 0x5606f3b8c949 in update_sum_func /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:23756
|
#22 0x5606f3b749a3 in end_send_group(JOIN*, st_join_table*, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:20175
|
#23 0x5606f3b6bb9f in evaluate_join_record /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:19010
|
#24 0x5606f3b6adfc in sub_select(JOIN*, st_join_table*, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:18829
|
#25 0x5606f3b68c3f in do_select /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:18334
|
#26 0x5606f3b0a6d9 in JOIN::exec_inner() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:3625
|
#27 0x5606f3b083df in JOIN::exec() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:3420
|
#28 0x5606f3b0b72c in mysql_select(THD*, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:3820
|
#29 0x5606f3aeae20 in handle_select(THD*, LEX*, select_result*, unsigned long) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:376
|
#30 0x5606f3a728bc in execute_sqlcom_select /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:6493
|
#31 0x5606f3a5fcb1 in mysql_execute_command(THD*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:3534
|
#32 0x5606f3a7b020 in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:8027
|
#33 0x5606f3a566aa in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:1833
|
#34 0x5606f3a53827 in do_command(THD*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:1387
|
#35 0x5606f3d7dd0f in do_handle_one_connection(CONNECT*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_connect.cc:1335
|
#36 0x5606f3d7d717 in handle_one_connection /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_connect.cc:1241
|
#37 0x5606f45339bd in pfs_spawn_thread /home/buildbot/buildbot/build/mariadb-10.2.25/storage/perfschema/pfs.cc:1862
|
#38 0x7f36359836b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
|
#39 0x7f3634e1882c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10682c)
|
|
0x629000b59330 is located 304 bytes inside of 16352-byte region [0x629000b59200,0x629000b5d1e0)
|
allocated by thread T5 here:
|
#0 0x7f3637161602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)
|
#1 0x5606f501bc52 in my_malloc /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/my_malloc.c:101
|
#2 0x5606f4ffd4f1 in alloc_root /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/my_alloc.c:242
|
#3 0x5606f503f1ed in tree_insert /home/buildbot/buildbot/build/mariadb-10.2.25/mysys/tree.c:243
|
#4 0x5606f4246ee7 in Item_func_group_concat::add() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/item_sum.cc:3564
|
#5 0x5606f424b173 in Aggregator_simple::add() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/item_sum.h:708
|
#6 0x5606f3ba8dcf in Item_sum::aggregator_add() (/home/buildbot/buildbot/build/mariadb-10.2.25/sql/mysqld+0xeffdcf)
|
#7 0x5606f3ba8a63 in Item_sum::reset_and_add() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/item_sum.h:440
|
#8 0x5606f3b8c892 in init_sum_functions /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:23738
|
#9 0x5606f3b74847 in end_send_group(JOIN*, st_join_table*, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:20167
|
#10 0x5606f3b6bb9f in evaluate_join_record /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:19010
|
#11 0x5606f3b6a76e in sub_select(JOIN*, st_join_table*, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:18790
|
#12 0x5606f3b68c3f in do_select /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:18334
|
#13 0x5606f3b0a6d9 in JOIN::exec_inner() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:3625
|
#14 0x5606f3b083df in JOIN::exec() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:3420
|
#15 0x5606f3b0b72c in mysql_select(THD*, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:3820
|
#16 0x5606f3aeae20 in handle_select(THD*, LEX*, select_result*, unsigned long) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_select.cc:376
|
#17 0x5606f3a728bc in execute_sqlcom_select /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:6493
|
#18 0x5606f3a5fcb1 in mysql_execute_command(THD*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:3534
|
#19 0x5606f3a7b020 in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:8027
|
#20 0x5606f3a566aa in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:1833
|
#21 0x5606f3a53827 in do_command(THD*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_parse.cc:1387
|
#22 0x5606f3d7dd0f in do_handle_one_connection(CONNECT*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_connect.cc:1335
|
#23 0x5606f3d7d717 in handle_one_connection /home/buildbot/buildbot/build/mariadb-10.2.25/sql/sql_connect.cc:1241
|
#24 0x5606f45339bd in pfs_spawn_thread /home/buildbot/buildbot/build/mariadb-10.2.25/storage/perfschema/pfs.cc:1862
|
#25 0x7f36359836b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
|
|
Thread T5 created by T0 here:
|
#0 0x7f36370ff253 in pthread_create (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x36253)
|
#1 0x5606f4533daa in spawn_thread_v1 /home/buildbot/buildbot/build/mariadb-10.2.25/storage/perfschema/pfs.cc:1912
|
#2 0x5606f386150e in inline_mysql_thread_create /home/buildbot/buildbot/build/mariadb-10.2.25/include/mysql/psi/mysql_thread.h:1239
|
#3 0x5606f3875a46 in create_thread_to_handle_connection(CONNECT*) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/mysqld.cc:6506
|
#4 0x5606f3876146 in create_new_thread /home/buildbot/buildbot/build/mariadb-10.2.25/sql/mysqld.cc:6576
|
#5 0x5606f3877189 in handle_connections_sockets() /home/buildbot/buildbot/build/mariadb-10.2.25/sql/mysqld.cc:6851
|
#6 0x5606f3874f91 in mysqld_main(int, char**) /home/buildbot/buildbot/build/mariadb-10.2.25/sql/mysqld.cc:6125
|
#7 0x5606f385f91f in main /home/buildbot/buildbot/build/mariadb-10.2.25/sql/main.cc:25
|
#8 0x7f3634d3282f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
|
|
SUMMARY: AddressSanitizer: use-after-poison ??:0 __asan_memcpy
|
Shadow bytes around the buggy address:
|
0x0c5280163210: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c5280163220: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c5280163230: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c5280163240: 00 00 00 00 f7 00 00 00 00 00 00 00 00 00 00 00
|
0x0c5280163250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
=>0x0c5280163260: 00 00 00 00 00 00[f7]00 00 00 00 00 00 00 00 00
|
0x0c5280163270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
0x0c5280163280: 00 00 00 00 00 00 00 00 f7 00 00 00 00 00 00 00
|
0x0c5280163290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
0x0c52801632a0: 00 00 00 00 00 00 00 00 00 00 f7 00 00 00 00 00
|
0x0c52801632b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
Shadow byte legend (one shadow byte represents 8 application bytes):
|
Addressable: 00
|
Partially addressable: 01 02 03 04 05 06 07
|
Heap left redzone: fa
|
Heap right redzone: fb
|
Freed heap region: fd
|
Stack left redzone: f1
|
Stack mid redzone: f2
|
Stack right redzone: f3
|
Stack partial redzone: f4
|
Stack after return: f5
|
Stack use after scope: f8
|
Global redzone: f9
|
Global init order: f6
|
Poisoned by user: f7
|
Container overflow: fc
|
Array cookie: ac
|
Intra object redzone: bb
|
ASan internal: fe
|
==2634==ABORTING
|
{"report":{"fcp":951.3999996185303,"ttfb":298.3999996185303,"pageVisibility":"visible","entityId":76434,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"0491561c-1a88-46a8-a869-e08cbff1704f","navigationType":0,"readyForUser":1045.0999999046326,"redirectCount":0,"resourceLoadedEnd":632.5,"resourceLoadedStart":304.09999990463257,"resourceTiming":[{"duration":65.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":304.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":304.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":369.5,"responseStart":0,"secureConnectionStart":0},{"duration":69.40000009536743,"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":304.3999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":304.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":373.7999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":122.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":304.59999990463257,"connectEnd":304.59999990463257,"connectStart":304.59999990463257,"domainLookupEnd":304.59999990463257,"domainLookupStart":304.59999990463257,"fetchStart":304.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":304.59999990463257,"responseEnd":427.5,"responseStart":427.5,"secureConnectionStart":304.59999990463257},{"duration":264.40000009536743,"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":304.7999997138977,"connectEnd":304.7999997138977,"connectStart":304.7999997138977,"domainLookupEnd":304.7999997138977,"domainLookupStart":304.7999997138977,"fetchStart":304.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":304.7999997138977,"responseEnd":569.1999998092651,"responseStart":569.1999998092651,"secureConnectionStart":304.7999997138977},{"duration":268.2000002861023,"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":304.8999996185303,"connectEnd":304.8999996185303,"connectStart":304.8999996185303,"domainLookupEnd":304.8999996185303,"domainLookupStart":304.8999996185303,"fetchStart":304.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":304.8999996185303,"responseEnd":573.0999999046326,"responseStart":573,"secureConnectionStart":304.8999996185303},{"duration":268.59999990463257,"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":305.19999980926514,"connectEnd":305.19999980926514,"connectStart":305.19999980926514,"domainLookupEnd":305.19999980926514,"domainLookupStart":305.19999980926514,"fetchStart":305.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":305.19999980926514,"responseEnd":573.7999997138977,"responseStart":573.7999997138977,"secureConnectionStart":305.19999980926514},{"duration":269.09999990463257,"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":305.2999997138977,"connectEnd":305.2999997138977,"connectStart":305.2999997138977,"domainLookupEnd":305.2999997138977,"domainLookupStart":305.2999997138977,"fetchStart":305.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":305.2999997138977,"responseEnd":574.3999996185303,"responseStart":574.3999996185303,"secureConnectionStart":305.2999997138977},{"duration":273.5,"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":305.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":305.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":579,"responseStart":0,"secureConnectionStart":0},{"duration":269.5,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":305.69999980926514,"connectEnd":305.69999980926514,"connectStart":305.69999980926514,"domainLookupEnd":305.69999980926514,"domainLookupStart":305.69999980926514,"fetchStart":305.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":305.69999980926514,"responseEnd":575.1999998092651,"responseStart":575.1999998092651,"secureConnectionStart":305.69999980926514},{"duration":273.30000019073486,"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":305.7999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":305.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":579.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":270,"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":306,"connectEnd":306,"connectStart":306,"domainLookupEnd":306,"domainLookupStart":306,"fetchStart":306,"redirectEnd":0,"redirectStart":0,"requestStart":306,"responseEnd":576,"responseStart":576,"secureConnectionStart":306},{"duration":249.5,"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":333.59999990463257,"connectEnd":333.59999990463257,"connectStart":333.59999990463257,"domainLookupEnd":333.59999990463257,"domainLookupStart":333.59999990463257,"fetchStart":333.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":333.59999990463257,"responseEnd":583.0999999046326,"responseStart":583.0999999046326,"secureConnectionStart":333.59999990463257},{"duration":265,"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":333.59999990463257,"connectEnd":333.59999990463257,"connectStart":333.59999990463257,"domainLookupEnd":333.59999990463257,"domainLookupStart":333.59999990463257,"fetchStart":333.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":333.59999990463257,"responseEnd":598.5999999046326,"responseStart":598.5999999046326,"secureConnectionStart":333.59999990463257},{"duration":11.799999713897705,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":586,"connectEnd":586,"connectStart":586,"domainLookupEnd":586,"domainLookupStart":586,"fetchStart":586,"redirectEnd":0,"redirectStart":0,"requestStart":586,"responseEnd":597.7999997138977,"responseStart":597.7999997138977,"secureConnectionStart":586},{"duration":23.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":608.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":608.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":632.5,"responseStart":0,"secureConnectionStart":0}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":115,"responseStart":299,"responseEnd":333,"domLoading":303,"domInteractive":1119,"domContentLoadedEventStart":1119,"domContentLoadedEventEnd":1177,"domComplete":2491,"loadEventStart":2491,"loadEventEnd":2492,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1097.5},{"name":"bigPipe.sidebar-id.end","time":1098.2999997138977},{"name":"bigPipe.activity-panel-pipe-id.start","time":1098.5},{"name":"bigPipe.activity-panel-pipe-id.end","time":1099.6999998092651},{"name":"activityTabFullyLoaded","time":1190.6999998092651}],"measures":[],"correlationId":"8afdc410b31ed9","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":102,"dbReadsTimeInMs":14,"dbConnsTimeInMs":22,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}