While the current testcase is debug-only, this issue may be able to affect opt builds also. It is also a common/simple testcase (with 0 for month) and a serious looking assert. Hence setting the prio to critical ftm. Feel free to adjust if on evaluation it shows not to be a serious bug.
USE test;
|
SET time_zone="-02:00";
|
CREATE TABLE t(c TIMESTAMP KEY);
|
SELECT * FROM t WHERE c='2010-00-01 00:00:00';
|
Leads to:
10.5.4 8569dac1ec9f6853a0b2f3ea9bcbda67644ead24
|
mysqld: /test/10.5_dbg/sql/tztime.cc:801: my_time_t sec_since_epoch(int, int, int, int, int, int): Assertion `mon > 0 && mon < 13' failed.
|
10.5.4 8569dac1ec9f6853a0b2f3ea9bcbda67644ead24
|
Core was generated by `/test/MD260520-mariadb-10.5.4-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
|
Program terminated with signal SIGABRT, Aborted.
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6)
|
at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
[Current thread is 1 (Thread 0x145652b62700 (LWP 2712513))]
|
(gdb) bt
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
#1 0x000055cd36916d7a in my_write_core (sig=sig@entry=6) at /test/10.5_dbg/mysys/stacktrace.c:518
|
#2 0x000055cd360bc385 in handle_fatal_signal (sig=6) at /test/10.5_dbg/sql/signal_handler.cc:330
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
|
#5 0x00001456512a6801 in __GI_abort () at abort.c:79
|
#6 0x000014565129639a in __assert_fail_base (fmt=0x14565141d7d8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x55cd36abc7eb "mon > 0 && mon < 13", file=file@entry=0x55cd36abc7ce "/test/10.5_dbg/sql/tztime.cc", line=line@entry=801, function=function@entry=0x55cd36abd260 <sec_since_epoch(int, int, int, int, int, int)::__PRETTY_FUNCTION__> "my_time_t sec_since_epoch(int, int, int, int, int, int)") at assert.c:92
|
#7 0x0000145651296412 in __GI___assert_fail (assertion=assertion@entry=0x55cd36abc7eb "mon > 0 && mon < 13", file=file@entry=0x55cd36abc7ce "/test/10.5_dbg/sql/tztime.cc", line=line@entry=801, function=function@entry=0x55cd36abd260 <sec_since_epoch(int, int, int, int, int, int)::__PRETTY_FUNCTION__> "my_time_t sec_since_epoch(int, int, int, int, int, int)") at assert.c:101
|
#8 0x000055cd35f2fcfc in sec_since_epoch (year=2010, mon=0, mday=1, hour=0, min=0, sec=0) at /test/10.5_dbg/sql/tztime.cc:801
|
#9 0x000055cd35f304a9 in Time_zone_offset::TIME_to_gmt_sec (this=0x14563152e3e8, t=<optimized out>, error_code=0x145652b600cc) at /test/10.5_dbg/sql/tztime.cc:1386
|
#10 0x000055cd35f2d821 in TIME_to_timestamp (thd=<optimized out>, t=t@entry=0x145652b60130, error_code=error_code@entry=0x145652b600cc) at /test/10.5_dbg/sql/sql_time.cc:498
|
#11 0x000055cd35ff01fe in Timestamp::Timestamp (this=this@entry=0x145652b600d0, thd=<optimized out>, ltime=ltime@entry=0x145652b60130, error_code=error_code@entry=0x145652b600cc) at /test/10.5_dbg/sql/sql_type.cc:398
|
#12 0x000055cd35ff0225 in Timestamp_or_zero_datetime::Timestamp_or_zero_datetime (this=0x145652b600d0, thd=<optimized out>, ltime=0x145652b60130, error_code=0x145652b600cc) at /test/10.5_dbg/sql/sql_type.cc:406
|
#13 0x000055cd35ff84d4 in Type_handler_timestamp_common::TIME_to_native (this=this@entry=0x55cd37697c00 <type_handler_timestamp2>, thd=thd@entry=0x14562fc15088, ltime=ltime@entry=0x145652b60130, to=to@entry=0x14562fc76830, decimals=0) at /test/10.5_dbg/sql/sql_type.cc:8668
|
#14 0x000055cd35ff8618 in Type_handler_timestamp_common::Item_val_native_with_conversion (this=0x55cd37697c00 <type_handler_timestamp2>, thd=0x14562fc15088, item=0x14562fc76608, to=0x14562fc76830) at /test/10.5_dbg/sql/sql_type.cc:8687
|
#15 0x000055cd361071e5 in Item::val_native_with_conversion (th=<optimized out>, to=0x14562fc76830, thd=<optimized out>, this=0x14562fc76608) at /test/10.5_dbg/sql/item.h:1320
|
#16 cmp_item_timestamp::store_value (this=0x14562fc76818, item=0x14562fc76608) at /test/10.5_dbg/sql/item_cmpfunc.cc:4246
|
#17 0x000055cd3610492f in Item_equal::val_int (this=0x14562fc766c0) at /test/10.5_dbg/sql/item_cmpfunc.cc:7142
|
#18 0x000055cd35fe0ef4 in Type_handler_int_result::Item_val_bool (this=<optimized out>, item=<optimized out>) at /test/10.5_dbg/sql/sql_type.cc:4915
|
#19 0x000055cd35d245ec in Item::val_bool (this=0x14562fc766c0) at /test/10.5_dbg/sql/item.h:1480
|
#20 0x000055cd35e4d8e8 in Item::eval_const_cond (this=0x14562fc766c0) at /test/10.5_dbg/sql/item.h:1487
|
#21 Item::remove_eq_conds (this=0x14562fc766c0, thd=<optimized out>, cond_value=0x14562fc75f38, top_level_arg=<optimized out>) at /test/10.5_dbg/sql/sql_select.cc:17493
|
#22 0x000055cd35e8c5b9 in make_join_statistics (keyuse_array=0x14562fc75f10, tables_list=..., join=0x14562fc75c20) at /test/10.5_dbg/sql/sql_select.cc:5305
|
#23 JOIN::optimize_inner (this=this@entry=0x14562fc75c20) at /test/10.5_dbg/sql/sql_select.cc:2260
|
#24 0x000055cd35e8d96c in JOIN::optimize (this=this@entry=0x14562fc75c20) at /test/10.5_dbg/sql/sql_select.cc:1606
|
#25 0x000055cd35e8e2f9 in mysql_select (thd=thd@entry=0x14562fc15088, tables=<optimized out>, fields=..., conds=0x14562fc75048, og_num=0, order=<optimized out>, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x14562fc75bf8, unit=0x14562fc190a0, select_lex=0x14562fc74160) at /test/10.5_dbg/sql/sql_select.cc:4655
|
#26 0x000055cd35e8e675 in handle_select (thd=thd@entry=0x14562fc15088, lex=lex@entry=0x14562fc18fd8, result=result@entry=0x14562fc75bf8, setup_tables_done_option=setup_tables_done_option@entry=0) at /test/10.5_dbg/sql/sql_select.cc:417
|
#27 0x000055cd35e190bf in execute_sqlcom_select (thd=thd@entry=0x14562fc15088, all_tables=0x14562fc74758) at /test/10.5_dbg/sql/sql_parse.cc:6207
|
#28 0x000055cd35e121f4 in mysql_execute_command (thd=thd@entry=0x14562fc15088) at /test/10.5_dbg/sql/sql_parse.cc:3939
|
#29 0x000055cd35e1f02e in mysql_parse (thd=thd@entry=0x14562fc15088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x145652b613d0, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:7991
|
#30 0x000055cd35e0bb42 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14562fc15088, packet=packet@entry=0x14562fc67089 "SELECT * FROM t WHERE c='2010-00-01 00:00:00'", packet_length=packet_length@entry=45, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:1874
|
#31 0x000055cd35e0a31c in do_command (thd=0x14562fc15088) at /test/10.5_dbg/sql/sql_parse.cc:1355
|
#32 0x000055cd35f6473f in do_handle_one_connection (connect=<optimized out>, connect@entry=0x1456314453a8, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411
|
#33 0x000055cd35f64e5b in handle_one_connection (arg=arg@entry=0x1456314453a8) at /test/10.5_dbg/sql/sql_connect.cc:1313
|
#34 0x000055cd363c414e in pfs_spawn_thread (arg=0x145650845888) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201
|
#35 0x0000145651f896db in start_thread (arg=0x145652b62700) at pthread_create.c:463
|
#36 0x000014565138788f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
Bug confirmed present in:
MariaDB: 10.4.14 (dbg), 10.5.4 (dbg)
Bug confirmed not present in:
MariaDB: 10.1.46 (dbg), 10.1.46 (opt), 10.2.33 (dbg), 10.2.33 (opt), 10.3.24 (dbg), 10.3.24 (opt), 10.4.14 (opt), 10.5.4 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (dbg), 5.6.47 (opt), 5.7.29 (dbg), 5.7.29 (opt), 8.0.19 (dbg), 8.0.19 (opt)
{"report":{"fcp":733.7000000029802,"ttfb":172.20000000298023,"pageVisibility":"visible","entityId":87539,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"dcecd653-3ec4-4ea1-a851-b887ff6af902","navigationType":0,"readyForUser":817.6000000089407,"redirectCount":0,"resourceLoadedEnd":778.9000000059605,"resourceLoadedStart":178.5,"resourceTiming":[{"duration":6.800000011920929,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":178.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":178.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":185.30000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":6.700000002980232,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":178.90000000596046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":178.90000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":185.6000000089407,"responseStart":0,"secureConnectionStart":0},{"duration":61.1000000089407,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":179,"connectEnd":179,"connectStart":179,"domainLookupEnd":179,"domainLookupStart":179,"fetchStart":179,"redirectEnd":0,"redirectStart":0,"requestStart":179,"responseEnd":240.1000000089407,"responseStart":240.1000000089407,"secureConnectionStart":179},{"duration":99.6000000089407,"initiatorType":"script","name":"https://jira.mariadb.org/s/c32eb0da7ad9831253f8397e6cc26afd-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/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":179.20000000298023,"connectEnd":179.20000000298023,"connectStart":179.20000000298023,"domainLookupEnd":179.20000000298023,"domainLookupStart":179.20000000298023,"fetchStart":179.20000000298023,"redirectEnd":0,"redirectStart":0,"requestStart":179.20000000298023,"responseEnd":278.80000001192093,"responseStart":278.80000001192093,"secureConnectionStart":179.20000000298023},{"duration":102.8999999910593,"initiatorType":"script","name":"https://jira.mariadb.org/s/bc0bcb146314416123c992714ee00ff7-CDN/lu2bv2/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":179.30000001192093,"connectEnd":179.30000001192093,"connectStart":179.30000001192093,"domainLookupEnd":179.30000001192093,"domainLookupStart":179.30000001192093,"fetchStart":179.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":179.30000001192093,"responseEnd":282.20000000298023,"responseStart":282.20000000298023,"secureConnectionStart":179.30000001192093},{"duration":103.79999999701977,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":179.6000000089407,"connectEnd":179.6000000089407,"connectStart":179.6000000089407,"domainLookupEnd":179.6000000089407,"domainLookupStart":179.6000000089407,"fetchStart":179.6000000089407,"redirectEnd":0,"redirectStart":0,"requestStart":179.6000000089407,"responseEnd":283.40000000596046,"responseStart":283.40000000596046,"secureConnectionStart":179.6000000089407},{"duration":104.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":179.80000001192093,"connectEnd":179.80000001192093,"connectStart":179.80000001192093,"domainLookupEnd":179.80000001192093,"domainLookupStart":179.80000001192093,"fetchStart":179.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":179.80000001192093,"responseEnd":284.30000001192093,"responseStart":284.30000001192093,"secureConnectionStart":179.80000001192093},{"duration":201.79999999701977,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bv2/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":179.90000000596046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":179.90000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":381.70000000298023,"responseStart":0,"secureConnectionStart":0},{"duration":105.30000001192093,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":180,"connectEnd":180,"connectStart":180,"domainLookupEnd":180,"domainLookupStart":180,"fetchStart":180,"redirectEnd":0,"redirectStart":0,"requestStart":180,"responseEnd":285.30000001192093,"responseStart":285.30000001192093,"secureConnectionStart":180},{"duration":201.6000000089407,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bv2/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":180.20000000298023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":180.20000000298023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":381.80000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":105.79999999701977,"initiatorType":"script","name":"https://jira.mariadb.org/s/719848dd97ebe0663199f49a3936487a-CDN/lu2bv2/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":180.40000000596046,"connectEnd":180.40000000596046,"connectStart":180.40000000596046,"domainLookupEnd":180.40000000596046,"domainLookupStart":180.40000000596046,"fetchStart":180.40000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":180.40000000596046,"responseEnd":286.20000000298023,"responseStart":286.20000000298023,"secureConnectionStart":180.40000000596046},{"duration":314.1000000089407,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":181.20000000298023,"connectEnd":181.20000000298023,"connectStart":181.20000000298023,"domainLookupEnd":181.20000000298023,"domainLookupStart":181.20000000298023,"fetchStart":181.20000000298023,"redirectEnd":0,"redirectStart":0,"requestStart":181.20000000298023,"responseEnd":495.30000001192093,"responseStart":495.30000001192093,"secureConnectionStart":181.20000000298023},{"duration":535.9000000059605,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":181.40000000596046,"connectEnd":181.40000000596046,"connectStart":181.40000000596046,"domainLookupEnd":181.40000000596046,"domainLookupStart":181.40000000596046,"fetchStart":181.40000000596046,"redirectEnd":0,"redirectStart":0,"requestStart":181.40000000596046,"responseEnd":717.3000000119209,"responseStart":717.3000000119209,"secureConnectionStart":181.40000000596046},{"duration":88.09999999403954,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":408.30000001192093,"connectEnd":408.30000001192093,"connectStart":408.30000001192093,"domainLookupEnd":408.30000001192093,"domainLookupStart":408.30000001192093,"fetchStart":408.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":408.30000001192093,"responseEnd":496.40000000596046,"responseStart":496.40000000596046,"secureConnectionStart":408.30000001192093},{"duration":75.29999999701977,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bv2/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","startTime":651.9000000059605,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":651.9000000059605,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":727.2000000029802,"responseStart":0,"secureConnectionStart":0},{"duration":120.79999999701977,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/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","startTime":652.9000000059605,"connectEnd":652.9000000059605,"connectStart":652.9000000059605,"domainLookupEnd":652.9000000059605,"domainLookupStart":652.9000000059605,"fetchStart":652.9000000059605,"redirectEnd":0,"redirectStart":0,"requestStart":652.9000000059605,"responseEnd":773.7000000029802,"responseStart":773.7000000029802,"secureConnectionStart":652.9000000059605},{"duration":125.70000000298023,"initiatorType":"script","name":"https://jira.mariadb.org/s/53a43b6764f587426c7bb9a150184c00-CDN/lu2bv2/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","startTime":653.2000000029802,"connectEnd":653.2000000029802,"connectStart":653.2000000029802,"domainLookupEnd":653.2000000029802,"domainLookupStart":653.2000000029802,"fetchStart":653.2000000029802,"redirectEnd":0,"redirectStart":0,"requestStart":653.2000000029802,"responseEnd":778.9000000059605,"responseStart":778.9000000059605,"secureConnectionStart":653.2000000029802},{"duration":131.79999999701977,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":726.7000000029802,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":726.7000000029802,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":858.5,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":11,"responseStart":172,"responseEnd":174,"domLoading":175,"domInteractive":893,"domContentLoadedEventStart":893,"domContentLoadedEventEnd":934,"domComplete":1228,"loadEventStart":1228,"loadEventEnd":1230,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":860.3000000119209},{"name":"bigPipe.sidebar-id.end","time":861},{"name":"bigPipe.activity-panel-pipe-id.start","time":861.2000000029802},{"name":"bigPipe.activity-panel-pipe-id.end","time":863.6000000089407},{"name":"activityTabFullyLoaded","time":943.4000000059605}],"measures":[],"correlationId":"2dfd50b9f94e9f","effectiveType":"4g","downlink":9,"rtt":0,"serverDuration":96,"dbReadsTimeInMs":13,"dbConnsTimeInMs":21,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}