Set to blocker as it's a recent regression.
--source include/have_innodb.inc
|
|
CREATE TABLE t (a varchar(355), fulltext(a)) ENGINE=InnoDB;
|
SELECT NAME FROM information_schema.INNODB_SYS_TABLES LIMIT ROWS EXAMINED 10;
|
|
# Cleanup
|
DROP TABLE t;
|
10.4 64f44b22d9a3dab3d4c0b77addbcbdafde57b466
|
==3121870==ERROR: LeakSanitizer: detected memory leaks
|
|
Indirect leak of 1760 byte(s) in 1 object(s) allocated from:
|
#0 0x7fad818b89cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
|
#1 0x55f4345959b5 in mem_heap_create_block_func(mem_block_info_t*, unsigned long, char const*, unsigned int, unsigned long) /data/bld/10.4-asan/storage/innobase/mem/mem0mem.cc:277
|
#2 0x55f43459627a in mem_heap_add_block(mem_block_info_t*, unsigned long) /data/bld/10.4-asan/storage/innobase/mem/mem0mem.cc:378
|
#3 0x55f434a9fb48 in mem_heap_alloc /data/bld/10.4-asan/storage/innobase/include/mem0mem.inl:191
|
#4 0x55f434aa2468 in dict_mem_table_create(char const*, fil_space_t*, unsigned long, unsigned long, unsigned long, unsigned long) /data/bld/10.4-asan/storage/innobase/dict/dict0mem.cc:182
|
#5 0x55f434a95dd3 in dict_load_table_low /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:2656
|
#6 0x55f434a8863e in dict_process_sys_tables_rec_and_mtr_commit(mem_block_info_t*, unsigned char const*, dict_table_t**, bool, mtr_t*) /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:402
|
#7 0x55f4344c68de in i_s_sys_tables_fill_table /data/bld/10.4-asan/storage/innobase/handler/i_s.cc:5063
|
#8 0x55f43344c468 in get_schema_tables_result(JOIN*, enum_schema_table_state) /data/bld/10.4-asan/sql/sql_show.cc:9224
|
#9 0x55f43331769d in JOIN::exec_inner() /data/bld/10.4-asan/sql/sql_select.cc:4582
|
#10 0x55f433315569 in JOIN::exec() /data/bld/10.4-asan/sql/sql_select.cc:4407
|
#11 0x55f4333195f7 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*) /data/bld/10.4-asan/sql/sql_select.cc:4846
|
#12 0x55f4332e9eda in handle_select(THD*, LEX*, select_result*, unsigned long) /data/bld/10.4-asan/sql/sql_select.cc:442
|
#13 0x55f43325477b in execute_sqlcom_select /data/bld/10.4-asan/sql/sql_parse.cc:6521
|
#14 0x55f433241b41 in mysql_execute_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:3978
|
#15 0x55f43325da6a in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:8060
|
#16 0x55f433233ae1 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:1857
|
#17 0x55f433230650 in do_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:1378
|
#18 0x55f433636d14 in do_handle_one_connection(CONNECT*) /data/bld/10.4-asan/sql/sql_connect.cc:1419
|
#19 0x55f43363662b in handle_one_connection /data/bld/10.4-asan/sql/sql_connect.cc:1323
|
#20 0x55f43429b26b in pfs_spawn_thread /data/bld/10.4-asan/storage/perfschema/pfs.cc:1869
|
#21 0x7fad812a8043 in start_thread nptl/pthread_create.c:442
|
|
Indirect leak of 816 byte(s) in 1 object(s) allocated from:
|
#0 0x7fad818b89cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
|
#1 0x55f4345959b5 in mem_heap_create_block_func(mem_block_info_t*, unsigned long, char const*, unsigned int, unsigned long) /data/bld/10.4-asan/storage/innobase/mem/mem0mem.cc:277
|
#2 0x55f43459627a in mem_heap_add_block(mem_block_info_t*, unsigned long) /data/bld/10.4-asan/storage/innobase/mem/mem0mem.cc:378
|
#3 0x55f434a9fb48 in mem_heap_alloc /data/bld/10.4-asan/storage/innobase/include/mem0mem.inl:191
|
#4 0x55f434a9f94d in mem_heap_zalloc /data/bld/10.4-asan/storage/innobase/include/mem0mem.inl:160
|
#5 0x55f434aa1f51 in dict_mem_table_create(char const*, fil_space_t*, unsigned long, unsigned long, unsigned long, unsigned long) /data/bld/10.4-asan/storage/innobase/dict/dict0mem.cc:158
|
#6 0x55f434a95dd3 in dict_load_table_low /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:2656
|
#7 0x55f434a8863e in dict_process_sys_tables_rec_and_mtr_commit(mem_block_info_t*, unsigned char const*, dict_table_t**, bool, mtr_t*) /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:402
|
#8 0x55f4344c68de in i_s_sys_tables_fill_table /data/bld/10.4-asan/storage/innobase/handler/i_s.cc:5063
|
#9 0x55f43344c468 in get_schema_tables_result(JOIN*, enum_schema_table_state) /data/bld/10.4-asan/sql/sql_show.cc:9224
|
#10 0x55f43331769d in JOIN::exec_inner() /data/bld/10.4-asan/sql/sql_select.cc:4582
|
#11 0x55f433315569 in JOIN::exec() /data/bld/10.4-asan/sql/sql_select.cc:4407
|
#12 0x55f4333195f7 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*) /data/bld/10.4-asan/sql/sql_select.cc:4846
|
#13 0x55f4332e9eda in handle_select(THD*, LEX*, select_result*, unsigned long) /data/bld/10.4-asan/sql/sql_select.cc:442
|
#14 0x55f43325477b in execute_sqlcom_select /data/bld/10.4-asan/sql/sql_parse.cc:6521
|
#15 0x55f433241b41 in mysql_execute_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:3978
|
#16 0x55f43325da6a in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:8060
|
#17 0x55f433233ae1 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:1857
|
#18 0x55f433230650 in do_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:1378
|
#19 0x55f433636d14 in do_handle_one_connection(CONNECT*) /data/bld/10.4-asan/sql/sql_connect.cc:1419
|
#20 0x55f43363662b in handle_one_connection /data/bld/10.4-asan/sql/sql_connect.cc:1323
|
#21 0x55f43429b26b in pfs_spawn_thread /data/bld/10.4-asan/storage/perfschema/pfs.cc:1869
|
#22 0x7fad812a8043 in start_thread nptl/pthread_create.c:442
|
|
Indirect leak of 232 byte(s) in 1 object(s) allocated from:
|
#0 0x7fad818b89cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
|
#1 0x55f4345959b5 in mem_heap_create_block_func(mem_block_info_t*, unsigned long, char const*, unsigned int, unsigned long) /data/bld/10.4-asan/storage/innobase/mem/mem0mem.cc:277
|
#2 0x55f434a9fc08 in mem_heap_create_func /data/bld/10.4-asan/storage/innobase/include/mem0mem.inl:375
|
#3 0x55f434aa1f3c in dict_mem_table_create(char const*, fil_space_t*, unsigned long, unsigned long, unsigned long, unsigned long) /data/bld/10.4-asan/storage/innobase/dict/dict0mem.cc:155
|
#4 0x55f434a95dd3 in dict_load_table_low /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:2656
|
#5 0x55f434a8863e in dict_process_sys_tables_rec_and_mtr_commit(mem_block_info_t*, unsigned char const*, dict_table_t**, bool, mtr_t*) /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:402
|
#6 0x55f4344c68de in i_s_sys_tables_fill_table /data/bld/10.4-asan/storage/innobase/handler/i_s.cc:5063
|
#7 0x55f43344c468 in get_schema_tables_result(JOIN*, enum_schema_table_state) /data/bld/10.4-asan/sql/sql_show.cc:9224
|
#8 0x55f43331769d in JOIN::exec_inner() /data/bld/10.4-asan/sql/sql_select.cc:4582
|
#9 0x55f433315569 in JOIN::exec() /data/bld/10.4-asan/sql/sql_select.cc:4407
|
#10 0x55f4333195f7 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*) /data/bld/10.4-asan/sql/sql_select.cc:4846
|
#11 0x55f4332e9eda in handle_select(THD*, LEX*, select_result*, unsigned long) /data/bld/10.4-asan/sql/sql_select.cc:442
|
#12 0x55f43325477b in execute_sqlcom_select /data/bld/10.4-asan/sql/sql_parse.cc:6521
|
#13 0x55f433241b41 in mysql_execute_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:3978
|
#14 0x55f43325da6a in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:8060
|
#15 0x55f433233ae1 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:1857
|
#16 0x55f433230650 in do_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:1378
|
#17 0x55f433636d14 in do_handle_one_connection(CONNECT*) /data/bld/10.4-asan/sql/sql_connect.cc:1419
|
#18 0x55f43363662b in handle_one_connection /data/bld/10.4-asan/sql/sql_connect.cc:1323
|
#19 0x55f43429b26b in pfs_spawn_thread /data/bld/10.4-asan/storage/perfschema/pfs.cc:1869
|
#20 0x7fad812a8043 in start_thread nptl/pthread_create.c:442
|
|
Indirect leak of 51 byte(s) in 1 object(s) allocated from:
|
#0 0x7fad818b89cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
|
#1 0x55f434a9ff03 in mem_strdup /data/bld/10.4-asan/storage/innobase/include/mem0mem.inl:450
|
#2 0x55f434aa225f in dict_mem_table_create(char const*, fil_space_t*, unsigned long, unsigned long, unsigned long, unsigned long) /data/bld/10.4-asan/storage/innobase/dict/dict0mem.cc:173
|
#3 0x55f434a95dd3 in dict_load_table_low /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:2656
|
#4 0x55f434a8863e in dict_process_sys_tables_rec_and_mtr_commit(mem_block_info_t*, unsigned char const*, dict_table_t**, bool, mtr_t*) /data/bld/10.4-asan/storage/innobase/dict/dict0load.cc:402
|
#5 0x55f4344c68de in i_s_sys_tables_fill_table /data/bld/10.4-asan/storage/innobase/handler/i_s.cc:5063
|
#6 0x55f43344c468 in get_schema_tables_result(JOIN*, enum_schema_table_state) /data/bld/10.4-asan/sql/sql_show.cc:9224
|
#7 0x55f43331769d in JOIN::exec_inner() /data/bld/10.4-asan/sql/sql_select.cc:4582
|
#8 0x55f433315569 in JOIN::exec() /data/bld/10.4-asan/sql/sql_select.cc:4407
|
#9 0x55f4333195f7 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*) /data/bld/10.4-asan/sql/sql_select.cc:4846
|
#10 0x55f4332e9eda in handle_select(THD*, LEX*, select_result*, unsigned long) /data/bld/10.4-asan/sql/sql_select.cc:442
|
#11 0x55f43325477b in execute_sqlcom_select /data/bld/10.4-asan/sql/sql_parse.cc:6521
|
#12 0x55f433241b41 in mysql_execute_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:3978
|
#13 0x55f43325da6a in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:8060
|
#14 0x55f433233ae1 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/bld/10.4-asan/sql/sql_parse.cc:1857
|
#15 0x55f433230650 in do_command(THD*) /data/bld/10.4-asan/sql/sql_parse.cc:1378
|
#16 0x55f433636d14 in do_handle_one_connection(CONNECT*) /data/bld/10.4-asan/sql/sql_connect.cc:1419
|
#17 0x55f43363662b in handle_one_connection /data/bld/10.4-asan/sql/sql_connect.cc:1323
|
#18 0x55f43429b26b in pfs_spawn_thread /data/bld/10.4-asan/storage/perfschema/pfs.cc:1869
|
#19 0x7fad812a8043 in start_thread nptl/pthread_create.c:442
|
|
SUMMARY: AddressSanitizer: 2859 byte(s) leaked in 4 allocation(s).
|
The failure started happening on 10.4 after this commit:
Author: Thirunarayanan Balathandayuthapani
|
Date: Mon Nov 20 14:58:28 2023 +0530
|
|
MDEV-28613 LeakSanitizer caused by I_S query using LIMIT ROWS EXAMINED
|
{"report":{"fcp":2868.7000002861023,"ttfb":590.5,"pageVisibility":"visible","entityId":126638,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"4c388035-e93e-45b6-a934-20e892384480","navigationType":0,"readyForUser":3033.800000190735,"redirectCount":0,"resourceLoadedEnd":3556.2000002861023,"resourceLoadedStart":595.9000000953674,"resourceTiming":[{"duration":1623.9000000953674,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":595.9000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":595.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2219.800000190735,"responseStart":0,"secureConnectionStart":0},{"duration":1623.8999996185303,"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":596.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":596.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2220.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":1646.9000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":596.4000000953674,"connectEnd":596.4000000953674,"connectStart":596.4000000953674,"domainLookupEnd":596.4000000953674,"domainLookupStart":596.4000000953674,"fetchStart":596.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":596.4000000953674,"responseEnd":2243.300000190735,"responseStart":2243.300000190735,"secureConnectionStart":596.4000000953674},{"duration":1727.7999997138977,"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":596.7000002861023,"connectEnd":596.7000002861023,"connectStart":596.7000002861023,"domainLookupEnd":596.7000002861023,"domainLookupStart":596.7000002861023,"fetchStart":596.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":596.7000002861023,"responseEnd":2324.5,"responseStart":2324.5,"secureConnectionStart":596.7000002861023},{"duration":1731.5999999046326,"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":596.9000000953674,"connectEnd":596.9000000953674,"connectStart":596.9000000953674,"domainLookupEnd":596.9000000953674,"domainLookupStart":596.9000000953674,"fetchStart":596.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":596.9000000953674,"responseEnd":2328.5,"responseStart":2328.5,"secureConnectionStart":596.9000000953674},{"duration":1731.9000000953674,"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":597,"connectEnd":597,"connectStart":597,"domainLookupEnd":597,"domainLookupStart":597,"fetchStart":597,"redirectEnd":0,"redirectStart":0,"requestStart":597,"responseEnd":2328.9000000953674,"responseStart":2328.9000000953674,"secureConnectionStart":597},{"duration":1732.0999999046326,"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":597.2000002861023,"connectEnd":597.2000002861023,"connectStart":597.2000002861023,"domainLookupEnd":597.2000002861023,"domainLookupStart":597.2000002861023,"fetchStart":597.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":597.2000002861023,"responseEnd":2329.300000190735,"responseStart":2329.300000190735,"secureConnectionStart":597.2000002861023},{"duration":1804.8000001907349,"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":597.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":597.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2402.2000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":1732.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":597.5999999046326,"connectEnd":597.5999999046326,"connectStart":597.5999999046326,"domainLookupEnd":597.5999999046326,"domainLookupStart":597.5999999046326,"fetchStart":597.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":597.5999999046326,"responseEnd":2329.7000002861023,"responseStart":2329.7000002861023,"secureConnectionStart":597.5999999046326},{"duration":1804.5999999046326,"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":597.7000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":597.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2402.300000190735,"responseStart":0,"secureConnectionStart":0},{"duration":1732.4000000953674,"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":597.9000000953674,"connectEnd":597.9000000953674,"connectStart":597.9000000953674,"domainLookupEnd":597.9000000953674,"domainLookupStart":597.9000000953674,"fetchStart":597.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":597.9000000953674,"responseEnd":2330.300000190735,"responseStart":2330.300000190735,"secureConnectionStart":597.9000000953674},{"duration":2951.5999999046326,"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":604,"connectEnd":604,"connectStart":604,"domainLookupEnd":604,"domainLookupStart":604,"fetchStart":604,"redirectEnd":0,"redirectStart":0,"requestStart":604,"responseEnd":3555.5999999046326,"responseStart":3555.5999999046326,"secureConnectionStart":604},{"duration":2948.800000190735,"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":607.4000000953674,"connectEnd":607.4000000953674,"connectStart":607.4000000953674,"domainLookupEnd":607.4000000953674,"domainLookupStart":607.4000000953674,"fetchStart":607.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":607.4000000953674,"responseEnd":3556.2000002861023,"responseStart":3556.2000002861023,"secureConnectionStart":607.4000000953674},{"duration":689.3000001907349,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":2434,"connectEnd":2434,"connectStart":2434,"domainLookupEnd":2434,"domainLookupStart":2434,"fetchStart":2434,"redirectEnd":0,"redirectStart":0,"requestStart":2434,"responseEnd":3123.300000190735,"responseStart":3123.300000190735,"secureConnectionStart":2434},{"duration":711.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":2846.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":2846.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":3557.5999999046326,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":414,"responseStart":590,"responseEnd":607,"domLoading":594,"domInteractive":3617,"domContentLoadedEventStart":3617,"domContentLoadedEventEnd":3670,"domComplete":4916,"loadEventStart":4916,"loadEventEnd":4917,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":3563.300000190735},{"name":"bigPipe.sidebar-id.end","time":3564.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":3564.300000190735},{"name":"bigPipe.activity-panel-pipe-id.end","time":3567.300000190735},{"name":"activityTabFullyLoaded","time":3687}],"measures":[],"correlationId":"3d598c549493ce","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":104,"dbReadsTimeInMs":16,"dbConnsTimeInMs":26,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}