SET @@SESSION.wsrep_causal_reads=ON;
|
SET SESSION wsrep_on=1;
|
START TRANSACTION READ WRITE;
|
Leads to:
10.5.3 98003440c2f8d20164a191ced1b7d92b283bb68f
|
2020-05-04 3:10:25 0 [Note] /test/MD300420-mariadb-10.5.3-linux-x86_64-opt/bin/mysqld: ready for connections.
|
Version: '10.5.3-MariaDB' socket: '/test/MD300420-mariadb-10.5.3-linux-x86_64-opt/socket.sock' port: 10419 MariaDB Server
|
terminate called after throwing an instance of 'wsrep::runtime_error'
|
what(): provider not loaded
|
200504 3:10:54 [ERROR] mysqld got signal 6 ;
|
10.5.3 98003440c2f8d20164a191ced1b7d92b283bb68f
|
Core was generated by `/test/MD300420-mariadb-10.5.3-linux-x86_64-opt/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 0x7fcccb22d700 (LWP 3156879))]
|
(gdb) bt
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
#1 0x000055888b4ec707 in my_write_core (sig=sig@entry=6) at /test/10.5_opt/mysys/stacktrace.c:518
|
#2 0x000055888aeae92a in handle_fatal_signal (sig=6) at /test/10.5_opt/sql/signal_handler.cc:329
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
|
#5 0x00007fccc9971801 in __GI_abort () at abort.c:79
|
#6 0x00007fccca14c957 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
|
#7 0x00007fccca152ae6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
|
#8 0x00007fccca152b21 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
|
#9 0x00007fccca152d54 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
|
#10 0x000055888b61db2a in wsrep::server_state::provider (this=<optimized out>) at /test/10.5_opt/wsrep-lib/include/wsrep/server_state.hpp:310
|
#11 wsrep::server_state::causal_read (this=<optimized out>, timeout=timeout@entry=-1) at /test/10.5_opt/wsrep-lib/src/server_state.cpp:838
|
#12 0x000055888b614a0a in wsrep::client_state::sync_wait (this=this@entry=0x7fcc91c18120, timeout=timeout@entry=-1) at /test/10.5_opt/wsrep-lib/src/client_state.cpp:716
|
#13 0x000055888b18f93d in wsrep_sync_wait (thd=thd@entry=0x7fcc91c12018, mask=mask@entry=1) at /test/10.5_opt/sql/wsrep_mysqld.cc:1150
|
#14 0x000055888adb6605 in trans_begin (thd=thd@entry=0x7fcc91c12018, flags=4) at /test/10.5_opt/sql/transaction.cc:187
|
#15 0x000055888acba165 in mysql_execute_command (thd=thd@entry=0x7fcc91c12018) at /test/10.5_opt/sql/sql_parse.cc:5525
|
#16 0x000055888acbfecc in mysql_parse (thd=thd@entry=0x7fcc91c12018, rawbuf=<optimized out>, length=28, parser_state=parser_state@entry=0x7fcccb22c4d0, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_opt/sql/sql_parse.cc:7957
|
#17 0x000055888acb4d00 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x7fcc91c12018, packet=packet@entry=0x7fcc91c3a019 "START TRANSACTION READ WRITE", packet_length=packet_length@entry=28, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_opt/sql/sql_parse.cc:1839
|
#18 0x000055888acb301f in do_command (thd=0x7fcc91c12018) at /test/10.5_opt/sql/sql_parse.cc:1358
|
#19 0x000055888ada822e in do_handle_one_connection (connect=<optimized out>, connect@entry=0x7fccc8c329b8, put_in_cache=put_in_cache@entry=true) at /test/10.5_opt/sql/sql_connect.cc:1422
|
#20 0x000055888ada83d4 in handle_one_connection (arg=arg@entry=0x7fccc8c329b8) at /test/10.5_opt/sql/sql_connect.cc:1319
|
#21 0x000055888b114c9a in pfs_spawn_thread (arg=0x7fccc8c4b018) at /test/10.5_opt/storage/perfschema/pfs.cc:2201
|
#22 0x00007fccca6546db in start_thread (arg=0x7fcccb22d700) at pthread_create.c:463
|
#23 0x00007fccc9a5288f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
Bug confirmed present in:
MariaDB: 10.4.13 (dbg), 10.4.13 (opt), 10.5.2 (dbg), 10.5.2 (opt), 10.5.3 (dbg), 10.5.3 (opt)
Bug confirmed not present in:
MariaDB: 10.1.45 (dbg), 10.1.45 (opt), 10.2.32 (dbg), 10.2.32 (opt), 10.3.23 (dbg), 10.3.23 (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)
MySQL 10.3.23 (dbg):
10.3.23>SET @@SESSION.wsrep_causal_reads=ON;
|
Query OK, 0 rows affected, 1 warning (0.000 sec)
|
|
10.3.23>SHOW WARNINGS\G
|
*************************** 1. row ***************************
|
Level: Warning
|
Code: 1287
|
Message: '@@wsrep_causal_reads' is deprecated and will be removed in a future release. Please use '@@wsrep_sync_wait=1' instead
|
1 row in set (0.000 sec)
|
|
10.3.23>SET SESSION wsrep_on=1;
|
Query OK, 0 rows affected (0.000 sec)
|
|
10.3.23>START TRANSACTION READ WRITE;
|
Query OK, 0 rows affected (0.000 sec)
|
{"report":{"fcp":1120.9000000953674,"ttfb":279.2000000476837,"pageVisibility":"visible","entityId":86446,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"f657bd4f-85f6-4ad7-b9d1-5bc900e98805","navigationType":0,"readyForUser":1230.5,"redirectCount":0,"resourceLoadedEnd":1276.6000001430511,"resourceLoadedStart":284.7999999523163,"resourceTiming":[{"duration":250.70000004768372,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":284.7999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":284.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":535.5,"responseStart":0,"secureConnectionStart":0},{"duration":250.79999995231628,"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":285.10000014305115,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":285.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":535.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":300.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":285.2999999523163,"connectEnd":285.2999999523163,"connectStart":285.2999999523163,"domainLookupEnd":285.2999999523163,"domainLookupStart":285.2999999523163,"fetchStart":285.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":285.2999999523163,"responseEnd":585.7999999523163,"responseStart":585.7999999523163,"secureConnectionStart":285.2999999523163},{"duration":386.2000000476837,"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":285.40000009536743,"connectEnd":285.40000009536743,"connectStart":285.40000009536743,"domainLookupEnd":285.40000009536743,"domainLookupStart":285.40000009536743,"fetchStart":285.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":285.40000009536743,"responseEnd":671.6000001430511,"responseStart":671.6000001430511,"secureConnectionStart":285.40000009536743},{"duration":390.09999990463257,"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":285.60000014305115,"connectEnd":285.60000014305115,"connectStart":285.60000014305115,"domainLookupEnd":285.60000014305115,"domainLookupStart":285.60000014305115,"fetchStart":285.60000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":285.60000014305115,"responseEnd":675.7000000476837,"responseStart":675.7000000476837,"secureConnectionStart":285.60000014305115},{"duration":390.80000019073486,"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":285.7999999523163,"connectEnd":285.7999999523163,"connectStart":285.7999999523163,"domainLookupEnd":285.7999999523163,"domainLookupStart":285.7999999523163,"fetchStart":285.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":285.7999999523163,"responseEnd":676.6000001430511,"responseStart":676.6000001430511,"secureConnectionStart":285.7999999523163},{"duration":390.89999985694885,"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":286.10000014305115,"connectEnd":286.10000014305115,"connectStart":286.10000014305115,"domainLookupEnd":286.10000014305115,"domainLookupStart":286.10000014305115,"fetchStart":286.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":286.10000014305115,"responseEnd":677,"responseStart":677,"secureConnectionStart":286.10000014305115},{"duration":450.40000009536743,"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":286.2000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":286.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":736.6000001430511,"responseStart":0,"secureConnectionStart":0},{"duration":391.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":286.40000009536743,"connectEnd":286.40000009536743,"connectStart":286.40000009536743,"domainLookupEnd":286.40000009536743,"domainLookupStart":286.40000009536743,"fetchStart":286.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":286.40000009536743,"responseEnd":677.5,"responseStart":677.5,"secureConnectionStart":286.40000009536743},{"duration":450.2999999523163,"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":286.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":286.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":736.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":392.40000009536743,"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":286.7000000476837,"connectEnd":286.7000000476837,"connectStart":286.7000000476837,"domainLookupEnd":286.7000000476837,"domainLookupStart":286.7000000476837,"fetchStart":286.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":286.7000000476837,"responseEnd":679.1000001430511,"responseStart":679.1000001430511,"secureConnectionStart":286.7000000476837},{"duration":573.7000000476837,"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":292.2999999523163,"connectEnd":292.2999999523163,"connectStart":292.2999999523163,"domainLookupEnd":292.2999999523163,"domainLookupStart":292.2999999523163,"fetchStart":292.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":292.2999999523163,"responseEnd":866,"responseStart":866,"secureConnectionStart":292.2999999523163},{"duration":979.2000000476837,"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":296.7999999523163,"connectEnd":296.7999999523163,"connectStart":296.7999999523163,"domainLookupEnd":296.7999999523163,"domainLookupStart":296.7999999523163,"fetchStart":296.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":296.7999999523163,"responseEnd":1276,"responseStart":1276,"secureConnectionStart":296.7999999523163},{"duration":116.60000014305115,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":749.7999999523163,"connectEnd":749.7999999523163,"connectStart":749.7999999523163,"domainLookupEnd":749.7999999523163,"domainLookupStart":749.7999999523163,"fetchStart":749.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":749.7999999523163,"responseEnd":866.4000000953674,"responseStart":866.4000000953674,"secureConnectionStart":749.7999999523163},{"duration":263,"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":1013.6000001430511,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1013.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1276.6000001430511,"responseStart":0,"secureConnectionStart":0},{"duration":312.90000009536743,"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":1014.7000000476837,"connectEnd":1014.7000000476837,"connectStart":1014.7000000476837,"domainLookupEnd":1014.7000000476837,"domainLookupStart":1014.7000000476837,"fetchStart":1014.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":1014.7000000476837,"responseEnd":1327.6000001430511,"responseStart":1327.6000001430511,"secureConnectionStart":1014.7000000476837},{"duration":317.89999985694885,"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":1015.1000001430511,"connectEnd":1015.1000001430511,"connectStart":1015.1000001430511,"domainLookupEnd":1015.1000001430511,"domainLookupStart":1015.1000001430511,"fetchStart":1015.1000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":1015.1000001430511,"responseEnd":1333,"responseStart":1333,"secureConnectionStart":1015.1000001430511},{"duration":274.7999999523163,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1114.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1114.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1389.2000000476837,"responseStart":0,"secureConnectionStart":0}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":100,"responseStart":280,"responseEnd":297,"domLoading":283,"domInteractive":1323,"domContentLoadedEventStart":1323,"domContentLoadedEventEnd":1388,"domComplete":2021,"loadEventStart":2021,"loadEventEnd":2022,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1285.1000001430511},{"name":"bigPipe.sidebar-id.end","time":1286},{"name":"bigPipe.activity-panel-pipe-id.start","time":1286.1000001430511},{"name":"bigPipe.activity-panel-pipe-id.end","time":1290.7000000476837},{"name":"activityTabFullyLoaded","time":1407.2999999523163}],"measures":[],"correlationId":"44063b66fafe9","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":108,"dbReadsTimeInMs":12,"dbConnsTimeInMs":21,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
jplindst Thank you
sciascid Please include the just-logged
MDEV-23466in the fix if possible, thank you