We are migrating a bunch of databases from Percona 5.5.33 to MariaDB 10.1.8. Unfortunately, a lot of them crash during startup.
We do hot backups of the databases with LVM snapshots (flush tables with read lock, make snapshot, tar -cf the snapshot). We move the backup to a different server and extract it.
MariaDB 5.5.46 works fine with the backup
MariaDB 10.0.21 works fine with the backup
MariaDB 10.1.8 crashes
I've tried going through Percona 5.5 -> MariaDB 5.5.46 -> MariaDB 10.0.21 -> MariaDB 10.1.8 with full mysql_upgrade's and clean shutdowns, but it would still crash on startup with 10.1.8.
Looks similar to https://mariadb.atlassian.net/browse/MDEV-8672
Here are the logs from MariaDB:
2015-10-28 12:09:23 139878086616960 [Note] /usr/local/mariadb10.1/bin/mysqld (mysqld 10.1.8-MariaDB-log) starting as process 37700 ...
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: Using mutexes to ref count buffer pool pages
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: The InnoDB memory heap is disabled
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: Memory barrier is not used
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: Compressed tables use zlib 1.2.3
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: Using Linux native AIO
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: Using CPU crc32 instructions
|
2015-10-28 12:09:23 139878086616960 [Note] InnoDB: Initializing buffer pool, size = 10.0G
|
2015-10-28 12:09:27 139878086616960 [Note] InnoDB: Completed initialization of buffer pool
|
2015-10-28 12:09:27 139878086616960 [Note] InnoDB: Highest supported file format is Barracuda.
|
2015-10-28 12:09:27 139878086616960 [Note] InnoDB: The log sequence numbers 17122163212 and 17122163212 in ibdata files do not match the log sequence number 17122164830 in the ib_logfiles!
|
2015-10-28 12:09:27 139878086616960 [Note] InnoDB: Database was not shutdown normally!
|
2015-10-28 12:09:27 139878086616960 [Note] InnoDB: Starting crash recovery.
|
2015-10-28 12:09:27 139878086616960 [Note] InnoDB: Reading tablespace information from the .ibd files...
|
2015-10-28 12:09:30 139878086616960 [Note] InnoDB: Restoring possible half-written data pages
|
2015-10-28 12:09:30 139878086616960 [Note] InnoDB: from the doublewrite buffer...
|
InnoDB: In a MySQL replication slave the last master binlog file
|
InnoDB: position 0 1716444, file name mysql-bin.020607
|
2015-10-28 12:09:30 139878086616960 [Note] InnoDB: 128 rollback segment(s) are active.
|
2015-10-28 12:09:30 139878086616960 [Note] InnoDB: Waiting for purge to start
|
2015-10-28 12:09:30 7f348a3fc700 InnoDB: Assertion failure in thread 139863634462464 in file btr0cur.cc line 5341
|
InnoDB: Failing assertion: rb_ctx != RB_NONE
|
InnoDB: We intentionally generate a memory trap.
|
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
|
InnoDB: If you get repeated assertion failures or crashes, even
|
InnoDB: immediately after the mysqld startup, there may be
|
InnoDB: corruption in the InnoDB tablespace. Please refer to
|
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
|
InnoDB: about forcing recovery.
|
151028 12:09:30 [ERROR] mysqld got signal 6 ;
|
This could be because you hit a bug. It is also possible that this binary
|
or one of the libraries it was linked against is corrupt, improperly built,
|
or misconfigured. This error can also be caused by malfunctioning hardware.
|
|
To report this bug, see http://kb.askmonty.org/en/reporting-bugs
|
|
We will try our best to scrape up some info that will hopefully help
|
diagnose the problem, but since we have already crashed,
|
something is definitely wrong and this may fail.
|
|
Server version: 10.1.8-MariaDB-log
|
key_buffer_size=2147483648
|
read_buffer_size=4194304
|
max_used_connections=0
|
max_threads=502
|
thread_count=0
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 6219767 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0x0
|
Attempting backtrace. You can use the following information to find out
|
where mysqld died. If you see no messages after this, something went
|
terribly wrong...
|
stack_bottom = 0x0 thread_stack 0x40000
|
|
015-10-28 12:09:30 139878086616960 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 17122164830
|
2015-10-28 12:09:30 139863609284352 [Note] InnoDB: Dumping buffer pool(s) not yet started
|
2015-10-28 12:09:30 139878086616960 [Note] Plugin 'FEEDBACK' is disabled.
|
2015-10-28 12:09:30 139878086616960 [Note] Recovering after a crash using /var/log/mysql44-3/mysql-bin
|
2015-10-28 12:09:30 139878086616960 [Note] Starting crash recovery...
|
2015-10-28 12:09:30 139878086616960 [Note] Crash recovery finished.
|
2015-10-28 12:09:30 139878086117120 [Warning] Failed to load slave replication state from table mysql.gtid_slave_pos: 1146: Table 'mysql.gtid_slave_pos' doesn't exist
|
2015-10-28 12:09:30 139878086616960 [Note] Server socket created on IP: '::'.
|
2015-10-28 12:09:30 139878086616960 [ERROR] Missing system table mysql.roles_mapping; please run mysql_upgrade to create it
|
2015-10-28 12:09:30 139878086616960 [ERROR] Incorrect definition of table mysql.event: expected column 'sql_mode' at position 14 to have type set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','IGNORE_BAD_TABLE_OPTIONS','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH'), found type set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_A
|
2015-10-28 12:09:30 139878086616960 [ERROR] Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler.
|
2015-10-28 12:09:30 139878085584640 [Warning] Failed to load slave replication state from table mysql.gtid_slave_pos: 1146: Table 'mysql.gtid_slave_pos' doesn't exist
|
2015-10-28 12:09:30 139878086616960 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--log-basename=#' or '--relay-log=mysqld44-3-relay-bin' to avoid this problem.
|
2015-10-28 12:09:30 139878086616960 [Note] /usr/local/mariadb10.1/bin/mysqld: ready for connections.
|
Version: '10.1.8-MariaDB-log' socket: '/var/run/mysqld/mysqld44-3.sock' port: 3740 MariaDB Server
|
/usr/local/mariadb10.1/bin/mysqld(my_print_stacktrace+0x2e)[0xbf55be]
|
/usr/local/mariadb10.1/bin/mysqld(handle_fatal_signal+0x464)[0x75e6c4]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0)[0x7f37e76868d0]
|
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37)[0x7f37e627a107]
|
/lib/x86_64-linux-gnu/libc.so.6(abort+0x148)[0x7f37e627b4e8]
|
/usr/local/mariadb10.1/bin/mysqld[0xa0e9d3]
|
/usr/local/mariadb10.1/bin/mysqld[0x9ae60c]
|
/usr/local/mariadb10.1/bin/mysqld[0x979bd4]
|
/usr/local/mariadb10.1/bin/mysqld[0x9dba74]
|
/usr/local/mariadb10.1/bin/mysqld[0x9c4507]
|
/usr/local/mariadb10.1/bin/mysqld[0x9ca5ca]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x80a4)[0x7f37e767f0a4]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f37e632b04d]
|
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
|
information that should help you find out what is causing the crash.
|
151028 12:09:31 mysqld_safe Number of processes running now: 0
|
151028 12:09:31 mysqld_safe mysqld restarted
|
- blocks
-
MDEV-8672
Mariadb 10.1.6 crashed on upgrade from 10.0.x
-
-
Closed
{"report":{"fcp":877.5999999046326,"ttfb":241.30000019073486,"pageVisibility":"visible","entityId":53928,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"d06c6be3-9d57-467f-abcc-b72509d3c410","navigationType":0,"readyForUser":978,"redirectCount":0,"resourceLoadedEnd":1042.7000002861023,"resourceLoadedStart":246.2000002861023,"resourceTiming":[{"duration":39.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":246.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":246.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":285.80000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":60.90000009536743,"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":246.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":246.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":307.40000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":124.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":246.7000002861023,"connectEnd":246.7000002861023,"connectStart":246.7000002861023,"domainLookupEnd":246.7000002861023,"domainLookupStart":246.7000002861023,"fetchStart":246.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":246.7000002861023,"responseEnd":371.30000019073486,"responseStart":371.30000019073486,"secureConnectionStart":246.7000002861023},{"duration":190.19999980926514,"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":246.80000019073486,"connectEnd":246.80000019073486,"connectStart":246.80000019073486,"domainLookupEnd":246.80000019073486,"domainLookupStart":246.80000019073486,"fetchStart":246.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":246.80000019073486,"responseEnd":437,"responseStart":437,"secureConnectionStart":246.80000019073486},{"duration":194.5,"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":247,"connectEnd":247,"connectStart":247,"domainLookupEnd":247,"domainLookupStart":247,"fetchStart":247,"redirectEnd":0,"redirectStart":0,"requestStart":247,"responseEnd":441.5,"responseStart":441.5,"secureConnectionStart":247},{"duration":194.69999980926514,"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":247.2000002861023,"connectEnd":247.2000002861023,"connectStart":247.2000002861023,"domainLookupEnd":247.2000002861023,"domainLookupStart":247.2000002861023,"fetchStart":247.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":247.2000002861023,"responseEnd":441.90000009536743,"responseStart":441.90000009536743,"secureConnectionStart":247.2000002861023},{"duration":194.90000009536743,"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":247.40000009536743,"connectEnd":247.40000009536743,"connectStart":247.40000009536743,"domainLookupEnd":247.40000009536743,"domainLookupStart":247.40000009536743,"fetchStart":247.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":247.40000009536743,"responseEnd":442.30000019073486,"responseStart":442.30000019073486,"secureConnectionStart":247.40000009536743},{"duration":268.09999990463257,"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":247.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":247.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":515.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":195,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":247.7000002861023,"connectEnd":247.7000002861023,"connectStart":247.7000002861023,"domainLookupEnd":247.7000002861023,"domainLookupStart":247.7000002861023,"fetchStart":247.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":247.7000002861023,"responseEnd":442.7000002861023,"responseStart":442.7000002861023,"secureConnectionStart":247.7000002861023},{"duration":268,"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":247.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":247.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":515.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":195.2000002861023,"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":248.09999990463257,"connectEnd":248.09999990463257,"connectStart":248.09999990463257,"domainLookupEnd":248.09999990463257,"domainLookupStart":248.09999990463257,"fetchStart":248.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":248.09999990463257,"responseEnd":443.30000019073486,"responseStart":443.30000019073486,"secureConnectionStart":248.09999990463257},{"duration":312.19999980926514,"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":258.7000002861023,"connectEnd":258.7000002861023,"connectStart":258.7000002861023,"domainLookupEnd":258.7000002861023,"domainLookupStart":258.7000002861023,"fetchStart":258.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":258.7000002861023,"responseEnd":570.9000000953674,"responseStart":570.9000000953674,"secureConnectionStart":258.7000002861023},{"duration":339.59999990463257,"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":258.7000002861023,"connectEnd":258.7000002861023,"connectStart":258.7000002861023,"domainLookupEnd":258.7000002861023,"domainLookupStart":258.7000002861023,"fetchStart":258.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":258.7000002861023,"responseEnd":598.3000001907349,"responseStart":598.3000001907349,"secureConnectionStart":258.7000002861023},{"duration":49,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":527,"connectEnd":527,"connectStart":527,"domainLookupEnd":527,"domainLookupStart":527,"fetchStart":527,"redirectEnd":0,"redirectStart":0,"requestStart":527,"responseEnd":576,"responseStart":576,"secureConnectionStart":527},{"duration":212,"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":579.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":579.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":791.5,"responseStart":0,"secureConnectionStart":0},{"duration":459.69999980926514,"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":580.4000000953674,"connectEnd":580.4000000953674,"connectStart":580.4000000953674,"domainLookupEnd":580.4000000953674,"domainLookupStart":580.4000000953674,"fetchStart":580.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":580.4000000953674,"responseEnd":1040.0999999046326,"responseStart":1040.0999999046326,"secureConnectionStart":580.4000000953674},{"duration":461.90000009536743,"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":580.8000001907349,"connectEnd":580.8000001907349,"connectStart":580.8000001907349,"domainLookupEnd":580.8000001907349,"domainLookupStart":580.8000001907349,"fetchStart":580.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":580.8000001907349,"responseEnd":1042.7000002861023,"responseStart":1042.7000002861023,"secureConnectionStart":580.8000001907349},{"duration":268.7000002861023,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":868.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":868.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1137.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":201.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":877.5999999046326,"connectEnd":877.5999999046326,"connectStart":877.5999999046326,"domainLookupEnd":877.5999999046326,"domainLookupStart":877.5999999046326,"fetchStart":877.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":877.5999999046326,"responseEnd":1079.0999999046326,"responseStart":1079.0999999046326,"secureConnectionStart":877.5999999046326}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":61,"responseStart":241,"responseEnd":258,"domLoading":245,"domInteractive":1056,"domContentLoadedEventStart":1056,"domContentLoadedEventEnd":1130,"domComplete":1721,"loadEventStart":1721,"loadEventEnd":1723,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1025.7000002861023},{"name":"bigPipe.sidebar-id.end","time":1026.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":1026.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":1031.2000002861023},{"name":"activityTabFullyLoaded","time":1146.9000000953674}],"measures":[],"correlationId":"12d33b50922f87","effectiveType":"4g","downlink":9.3,"rtt":0,"serverDuration":98,"dbReadsTimeInMs":13,"dbConnsTimeInMs":22,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}