Note: Run with --repeat=N if it doesn't fail right away. It usually fails for me within first 1-2 attempts, but it can probably vary on different machines and builds.
--source include/have_innodb.inc
|
|
CREATE TABLE t1 (
|
pk INT,
|
f1 INT,
|
f2 CHAR(255),
|
f3 BIGINT,
|
f4 INT,
|
f5 CHAR(255),
|
f6 CHAR(255),
|
f7 CHAR(255) NOT NULL,
|
f8 INT,
|
f9 CHAR(10),
|
PRIMARY KEY (pk)
|
) ENGINE=InnoDB ROW_FORMAT=DYNAMIC;
|
|
INSERT INTO t1 VALUES
|
(1, 1, 'a', 1, 1, 'a', 'a', 'a', 1, 'a'),
|
(2, 2, 'b', 2, 2, 'b', 'b', 'b', 2, 'b'),
|
(3, 3, 'c', 3, 3, 'c', 'c', 'c', 3, 'c'),
|
(4, 4, 'd', 4, 4, 'd', 'd', 'd', 4, 'd'),
|
(5, 5, 'e', 5, 5, 'e', 'e', 'e', 5, 'e'),
|
(6, 6, 'f', 6, 6, 'f', 'f', 'f', 6, 'f'),
|
(7, 7, 'g', 7, 7, 'g', 'g', 'g', 7, 'g'),
|
(8, 8, 'h', 8, 8, 'h', 'h', 'h', 8, 'h'),
|
(9, 9, 'i', 9, 9, 'i', 'i', 'i', 9, 'i'),
|
(10, 0, 'j', 0, 0, 'j', 'j', 'j', 0, 'j'),
|
(11, 1, 'k', 1, 1, 'k', 'k', 'k', 1, 'k'),
|
(12, 2, 'l', 2, 2, 'l', 'l', 'l', 2, 'l'),
|
(13, 3, 'm', 3, 3, 'm', 'm', 'm', 3, 'm'),
|
(14, 4, 'n', 4, 4, 'n', 'n', 'n', 4, 'n'),
|
(15, 5, 'o', 5, 5, 'o', 'o', 'o', 5, 'o');
|
|
ALTER TABLE t1 ROW_FORMAT=COMPACT;
|
DELETE FROM t1 LIMIT 1;
|
|
REPLACE INTO t1 VALUES
|
(1, 1, 'a', 1, 1, 'a', 'a', 'a', 1, 'a'),
|
(2, 2, 'b', 2, 2, 'b', 'b', 'b', 2, 'b'),
|
(3, 3, 'c', 3, 3, 'c', 'c', 'c', 3, 'c'),
|
(4, 4, 'd', 4, 4, 'd', 'd', 'd', 4, 'd'),
|
(5, 5, 'e', 5, 5, 'e', 'e', 'e', 5, 'e'),
|
(6, 6, 'f', 6, 6, 'f', 'f', 'f', 6, 'f'),
|
(7, 7, 'g', 7, 7, 'g', 'g', 'g', 7, 'g'),
|
(8, 8, 'h', 8, 8, 'h', 'h', 'h', 8, 'h'),
|
(9, 9, 'i', 9, 9, 'i', 'i', 'i', 9, 'i'),
|
(10, 0, 'j', 0, 0, 'j', 'j', 'j', 0, 'j'),
|
(11, 1, 'k', 1, 1, 'k', 'k', 'k', 1, 'k'),
|
(12, 2, 'l', 2, 2, 'l', 'l', 'l', 2, 'l'),
|
(13, 3, 'm', 3, 3, 'm', 'm', 'm', 3, 'm'),
|
(14, 4, 'n', 4, 4, 'n', 'n', 'n', 4, 'n'),
|
(15, 5, 'o', 5, 5, 'o', 'o', 'o', 5, 'o');
|
|
ALTER TABLE t1 DROP COLUMN f1;
|
|
# Cleanup
|
DROP TABLE t1;
|
10.4 27f3329ff6
|
mysqld: /data/src/10.4/storage/innobase/rem/rem0rec.cc:1607: void rec_convert_dtuple_to_rec_comp(rec_t*, const dict_index_t*, const dfield_t*, ulint, rec_comp_status_t, bool) [with bool mblob = true; rec_t = unsigned char; ulint = long unsigned int]: Assertion `len == 20U' failed.
|
181125 16:44:43 [ERROR] mysqld got signal 6 ;
|
|
#7 0x00007fa526be5ee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x000055f458e11551 in rec_convert_dtuple_to_rec_comp<true> (rec=0x7fa4d81deb7f "\200", index=0x7fa4d81db328, field=0x7fa4d81e0048, n_fields=13, status=REC_STATUS_INSTANT, temp=false) at /data/src/10.4/storage/innobase/rem/rem0rec.cc:1607
|
#9 0x000055f458e0ae42 in rec_convert_dtuple_to_rec_new (buf=0x7fa4d81deb7f "\200", index=0x7fa4d81db328, dtuple=0x7fa4d81dffb8) at /data/src/10.4/storage/innobase/rem/rem0rec.cc:1722
|
#10 0x000055f458e0b0a5 in rec_convert_dtuple_to_rec (buf=0x7fa4d81deb78 "", index=0x7fa4d81db328, dtuple=0x7fa4d81dffb8, n_ext=0) at /data/src/10.4/storage/innobase/rem/rem0rec.cc:1766
|
#11 0x000055f458f20610 in page_cur_tuple_insert (cursor=0x7fa520126358, tuple=0x7fa4d81dffb8, index=0x7fa4d81db328, offsets=0x7fa5201262e8, heap=0x7fa5201262e0, n_ext=0, mtr=0x7fa520126770) at /data/src/10.4/storage/innobase/include/page0cur.ic:278
|
#12 0x000055f458f2a416 in btr_page_split_and_insert (flags=2, cursor=0x7fa520126350, offsets=0x7fa5201262e8, heap=0x7fa5201262e0, tuple=0x7fa4d81dffb8, n_ext=0, mtr=0x7fa520126770) at /data/src/10.4/storage/innobase/btr/btr0btr.cc:3284
|
#13 0x000055f458f4d7b7 in btr_cur_pessimistic_insert (flags=2, cursor=0x7fa520126350, offsets=0x7fa5201262e8, heap=0x7fa5201262e0, entry=0x7fa4d81dffb8, rec=0x7fa5201262f0, big_rec=0x7fa5201262d8, n_ext=0, thr=0x7fa4d81e0210, mtr=0x7fa520126770) at /data/src/10.4/storage/innobase/btr/btr0cur.cc:3695
|
#14 0x000055f458e34f95 in row_ins_clust_index_entry_low (flags=2, mode=33, index=0x7fa4d81db328, n_uniq=1, entry=0x7fa4d81dffb8, n_ext=0, thr=0x7fa4d81e0210, dup_chk_only=false) at /data/src/10.4/storage/innobase/row/row0ins.cc:2767
|
#15 0x000055f458d2c8be in innobase_instant_try (ha_alter_info=0x7fa520128bb0, ctx=0x7fa4d8017228, altered_table=0x7fa4d807efb0, table=0x7fa4d81d5a50, trx=0x7fa520a23218) at /data/src/10.4/storage/innobase/handler/handler0alter.cc:5647
|
#16 0x000055f458d46fcb in commit_try_norebuild (ha_alter_info=0x7fa520128bb0, ctx=0x7fa4d8017228, altered_table=0x7fa4d807efb0, old_table=0x7fa4d81d5a50, trx=0x7fa520a23218, table_name=0x7fa4d81bf89d "t1") at /data/src/10.4/storage/innobase/handler/handler0alter.cc:10013
|
#17 0x000055f458d39d02 in ha_innobase::commit_inplace_alter_table (this=0x7fa4d80490e8, altered_table=0x7fa4d807efb0, ha_alter_info=0x7fa520128bb0, commit=true) at /data/src/10.4/storage/innobase/handler/handler0alter.cc:10642
|
#18 0x000055f4589d4a78 in handler::ha_commit_inplace_alter_table (this=0x7fa4d80490e8, altered_table=0x7fa4d807efb0, ha_alter_info=0x7fa520128bb0, commit=true) at /data/src/10.4/sql/handler.cc:4457
|
#19 0x000055f45879e918 in mysql_inplace_alter_table (thd=0x7fa4d8000b00, table_list=0x7fa4d8014e80, table=0x7fa4d81d5a50, altered_table=0x7fa4d807efb0, ha_alter_info=0x7fa520128bb0, inplace_supported=HA_ALTER_INPLACE_INSTANT, target_mdl_request=0x7fa520128ce0, alter_ctx=0x7fa5201298d0) at /data/src/10.4/sql/sql_table.cc:7599
|
#20 0x000055f4587a4733 in mysql_alter_table (thd=0x7fa4d8000b00, new_db=0x7fa4d80051b8, new_name=0x7fa4d8005588, create_info=0x7fa52012a4c0, table_list=0x7fa4d8014e80, alter_info=0x7fa52012a400, order_num=0, order=0x0, ignore=false) at /data/src/10.4/sql/sql_table.cc:9692
|
#21 0x000055f45882d8bd in Sql_cmd_alter_table::execute (this=0x7fa4d80154e8, thd=0x7fa4d8000b00) at /data/src/10.4/sql/sql_alter.cc:497
|
#22 0x000055f4586ccab4 in mysql_execute_command (thd=0x7fa4d8000b00) at /data/src/10.4/sql/sql_parse.cc:6289
|
#23 0x000055f4586d19d8 in mysql_parse (thd=0x7fa4d8000b00, rawbuf=0x7fa4d8014d98 "ALTER TABLE t1 DROP COLUMN f1", length=29, parser_state=0x7fa52012b600, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:8091
|
#24 0x000055f4586becd7 in dispatch_command (command=COM_QUERY, thd=0x7fa4d8000b00, packet=0x7fa4d8093db1 "ALTER TABLE t1 DROP COLUMN f1", packet_length=29, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#25 0x000055f4586bd6fb in do_command (thd=0x7fa4d8000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#26 0x000055f458827b3c in do_handle_one_connection (connect=0x55f45cae1660) at /data/src/10.4/sql/sql_connect.cc:1402
|
#27 0x000055f4588278c0 in handle_one_connection (arg=0x55f45cae1660) at /data/src/10.4/sql/sql_connect.cc:1308
|
#28 0x000055f458cd50a1 in pfs_spawn_thread (arg=0x55f45cb66930) at /data/src/10.4/storage/perfschema/pfs.cc:1862
|
#29 0x00007fa5286a1494 in start_thread (arg=0x7fa52012c700) at pthread_create.c:333
|
#30 0x00007fa526ca293f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
Not reproducible on 10.3.
No obvious effect on a non-debug build.
{"report":{"fcp":1289.4000005722046,"ttfb":235.30000019073486,"pageVisibility":"visible","entityId":70935,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"ef38092d-f6f4-42e2-a449-131fa726de0c","navigationType":0,"readyForUser":1402.1000003814697,"redirectCount":0,"resourceLoadedEnd":1558.5,"resourceLoadedStart":249.30000019073486,"resourceTiming":[{"duration":531.6000003814697,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":249.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":249.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":780.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":531.6999998092651,"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":249.60000038146973,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":249.60000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":781.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":576.6999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":249.80000019073486,"connectEnd":249.80000019073486,"connectStart":249.80000019073486,"domainLookupEnd":249.80000019073486,"domainLookupStart":249.80000019073486,"fetchStart":249.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":249.80000019073486,"responseEnd":826.5,"responseStart":826.5,"secureConnectionStart":249.80000019073486},{"duration":631,"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":250.10000038146973,"connectEnd":250.10000038146973,"connectStart":250.10000038146973,"domainLookupEnd":250.10000038146973,"domainLookupStart":250.10000038146973,"fetchStart":250.10000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":250.10000038146973,"responseEnd":881.1000003814697,"responseStart":881.1000003814697,"secureConnectionStart":250.10000038146973},{"duration":634.8000001907349,"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":250.19999980926514,"connectEnd":250.19999980926514,"connectStart":250.19999980926514,"domainLookupEnd":250.19999980926514,"domainLookupStart":250.19999980926514,"fetchStart":250.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":250.19999980926514,"responseEnd":885,"responseStart":885,"secureConnectionStart":250.19999980926514},{"duration":634.9000005722046,"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":250.5,"connectEnd":250.5,"connectStart":250.5,"domainLookupEnd":250.5,"domainLookupStart":250.5,"fetchStart":250.5,"redirectEnd":0,"redirectStart":0,"requestStart":250.5,"responseEnd":885.4000005722046,"responseStart":885.4000005722046,"secureConnectionStart":250.5},{"duration":635.1000003814697,"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":250.69999980926514,"connectEnd":250.69999980926514,"connectStart":250.69999980926514,"domainLookupEnd":250.69999980926514,"domainLookupStart":250.69999980926514,"fetchStart":250.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":250.69999980926514,"responseEnd":885.8000001907349,"responseStart":885.8000001907349,"secureConnectionStart":250.69999980926514},{"duration":717.6999998092651,"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":250.9000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":250.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":968.6000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":635.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":251,"connectEnd":251,"connectStart":251,"domainLookupEnd":251,"domainLookupStart":251,"fetchStart":251,"redirectEnd":0,"redirectStart":0,"requestStart":251,"responseEnd":886.3000001907349,"responseStart":886.3000001907349,"secureConnectionStart":251},{"duration":717.5,"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":251.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":251.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":968.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":635.5,"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":251.4000005722046,"connectEnd":251.4000005722046,"connectStart":251.4000005722046,"domainLookupEnd":251.4000005722046,"domainLookupStart":251.4000005722046,"fetchStart":251.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":251.4000005722046,"responseEnd":886.9000005722046,"responseStart":886.9000005722046,"secureConnectionStart":251.4000005722046},{"duration":793.6000003814697,"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":256.5,"connectEnd":256.5,"connectStart":256.5,"domainLookupEnd":256.5,"domainLookupStart":256.5,"fetchStart":256.5,"redirectEnd":0,"redirectStart":0,"requestStart":256.5,"responseEnd":1050.1000003814697,"responseStart":1050.1000003814697,"secureConnectionStart":256.5},{"duration":1291.1999998092651,"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":256.6000003814697,"connectEnd":256.6000003814697,"connectStart":256.6000003814697,"domainLookupEnd":256.6000003814697,"domainLookupStart":256.6000003814697,"fetchStart":256.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":256.6000003814697,"responseEnd":1547.8000001907349,"responseStart":1547.8000001907349,"secureConnectionStart":256.6000003814697},{"duration":70.59999942779541,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":980.1000003814697,"connectEnd":980.1000003814697,"connectStart":980.1000003814697,"domainLookupEnd":980.1000003814697,"domainLookupStart":980.1000003814697,"fetchStart":980.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":980.1000003814697,"responseEnd":1050.6999998092651,"responseStart":1050.6999998092651,"secureConnectionStart":980.1000003814697},{"duration":306.20000076293945,"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":1242.6999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1242.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1548.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":308.5999994277954,"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":1243.6000003814697,"connectEnd":1243.6000003814697,"connectStart":1243.6000003814697,"domainLookupEnd":1243.6000003814697,"domainLookupStart":1243.6000003814697,"fetchStart":1243.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1243.6000003814697,"responseEnd":1552.1999998092651,"responseStart":1552.1999998092651,"secureConnectionStart":1243.6000003814697},{"duration":314.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":1244,"connectEnd":1244,"connectStart":1244,"domainLookupEnd":1244,"domainLookupStart":1244,"fetchStart":1244,"redirectEnd":0,"redirectStart":0,"requestStart":1244,"responseEnd":1558.5,"responseStart":1558.5,"secureConnectionStart":1244},{"duration":322.6000003814697,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1283.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1283.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1605.8000001907349,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":55,"responseStart":235,"responseEnd":251,"domLoading":247,"domInteractive":1608,"domContentLoadedEventStart":1608,"domContentLoadedEventEnd":1654,"domComplete":2057,"loadEventStart":2057,"loadEventEnd":2059,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1549.9000005722046},{"name":"bigPipe.sidebar-id.end","time":1550.6999998092651},{"name":"bigPipe.activity-panel-pipe-id.start","time":1550.8000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1553.1000003814697},{"name":"activityTabFullyLoaded","time":1670.1000003814697}],"measures":[],"correlationId":"bbc2cb64f78c08","effectiveType":"4g","downlink":9.6,"rtt":0,"serverDuration":105,"dbReadsTimeInMs":13,"dbConnsTimeInMs":22,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}