Deadlock chain:
wrlock(LOCK_grant) -> lock(acl_cache->lock) GRANT/REVOKE CREATE/DROP USER
|
lock(LOCK_open) -> rdlock(LOCK_grant) SELECT * FROM INFORMATION_SCHEMA.COLUMNS
|
wrlock(LOCK_logger) -> lock(LOCK_open) SET @@global.slow_query_log='ON'
|
lock(acl_cache->lock) -> rdlock(LOCK_logger) Failed connection
|
MTR test to reproduce this deadlock:
--source include/have_plugin_auth.inc
|
--source include/have_debug_sync.inc
|
|
SET @@global.slow_query_log='OFF';
|
CREATE USER plug_user IDENTIFIED WITH test_plugin_server AS 'plug_dest';
|
CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
|
GRANT PROXY ON plug_dest TO plug_user;
|
RENAME USER plug_dest TO new_dest;
|
|
connect(con1, localhost, root,,);
|
connect(con2, localhost, root,,);
|
connect(con3, localhost, root,,);
|
|
connection con1;
|
SET debug_sync='mysql_grant SIGNAL ready1 WAIT_FOR go1';
|
SET debug_dbug='+d,mysql_grant';
|
send REVOKE ALL ON *.* FROM no_such_user@localhost;
|
|
connection con2;
|
SET debug_sync='now WAIT_FOR ready1';
|
SET debug_sync='fill_schema_table_from_frm SIGNAL ready2 WAIT_FOR go2';
|
send SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS;
|
|
connection con3;
|
SET debug_sync='now WAIT_FOR ready2';
|
SET debug_sync='activate_log_handler SIGNAL ready3 WAIT_FOR go3';
|
SET debug_dbug='+d,activate_log_handler';
|
send SET @@global.slow_query_log='ON';
|
|
connection default;
|
SET debug_sync='now WAIT_FOR ready3';
|
--error 1
|
--exec $MYSQL -S $MASTER_MYSOCK -u plug_user --password=plug_dest -e "SELECT 1;"
|
|
connection con1;
|
--error 1141
|
reap;
|
disconnect con1;
|
|
connection con2;
|
reap;
|
disconnect con2;
|
|
connection con3;
|
reap;
|
disconnect con3;
|
|
connection default;
|
DROP USER plug_user, new_dest;
|
SET debug_sync='RESET';
|
Debug sync points:
=== modified file 'sql/log.cc'
|
--- sql/log.cc 2014-08-02 19:26:16 +0000
|
+++ sql/log.cc 2014-09-18 15:16:51 +0000
|
@@ -1400,7 +1400,12 @@ bool LOGGER::activate_log_handler(THD* t
|
{
|
MYSQL_QUERY_LOG *file_log;
|
bool res= FALSE;
|
+ DEBUG_SYNC(thd, "activate_log_handler");
|
lock_exclusive();
|
+ DBUG_EXECUTE_IF("activate_log_handler",
|
+ {
|
+ debug_sync_set_action(thd, STRING_WITH_LEN("now SIGNAL ready3"));
|
+ };);
|
switch (log_type) {
|
case QUERY_LOG_SLOW:
|
if (!opt_slow_log)
|
|
=== modified file 'sql/sql_acl.cc'
|
--- sql/sql_acl.cc 2014-08-02 19:26:16 +0000
|
+++ sql/sql_acl.cc 2014-09-18 15:18:52 +0000
|
@@ -53,6 +53,7 @@
|
#include "sql_array.h"
|
|
#include "sql_plugin_compat.h"
|
+#include "debug_sync.h"
|
|
bool mysql_user_table_is_in_short_password_format= false;
|
|
@@ -4142,8 +4143,13 @@ bool mysql_grant(THD *thd, const char *d
|
if (!revoke_grant)
|
create_new_users= test_if_create_new_users(thd);
|
|
+ DEBUG_SYNC(thd, "mysql_grant");
|
/* go through users in user_list */
|
mysql_rwlock_wrlock(&LOCK_grant);
|
+ DBUG_EXECUTE_IF("mysql_grant",
|
+ {
|
+ debug_sync_set_action(thd, STRING_WITH_LEN("now SIGNAL ready1"));
|
+ };);
|
mysql_mutex_lock(&acl_cache->lock);
|
grant_version++;
|
|
@@ -9225,7 +9231,12 @@ bool acl_authenticate(THD *thd, uint con
|
if (!acl_proxy_user)
|
{
|
if (!thd->is_error())
|
+ {
|
+ debug_sync_set_action(thd, STRING_WITH_LEN("now SIGNAL go1 WAIT_FOR ready1"));
|
+ debug_sync_set_action(thd, STRING_WITH_LEN("now SIGNAL go2"));
|
+ debug_sync_set_action(thd, STRING_WITH_LEN("now SIGNAL go3 WAIT_FOR ready3"));
|
login_failed_error(thd);
|
+ }
|
mysql_mutex_unlock(&acl_cache->lock);
|
DBUG_RETURN(1);
|
}
|
|
=== modified file 'sql/sql_show.cc'
|
--- sql/sql_show.cc 2014-08-31 17:55:11 +0000
|
+++ sql/sql_show.cc 2014-09-18 15:07:47 +0000
|
@@ -4244,6 +4244,7 @@ static int fill_schema_table_from_frm(TH
|
key_length= create_table_def_key(thd, key, &table_list, 0);
|
hash_value= my_calc_hash(&table_def_cache, (uchar*) key, key_length);
|
mysql_mutex_lock(&LOCK_open);
|
+ DEBUG_SYNC(thd, "fill_schema_table_from_frm");
|
share= get_table_share(thd, &table_list, key,
|
key_length, OPEN_VIEW, ¬_used, hash_value);
|
if (!share)
|
- is part of
-
MDEV-5089
possible deadlocks between rwlocks and mutexes
-
-
Closed
{"report":{"fcp":809.7000000476837,"ttfb":240.20000004768372,"pageVisibility":"visible","entityId":44901,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"8b4a4bd8-5fe5-4d23-94c8-0df0656331da","navigationType":0,"readyForUser":902.9000000953674,"redirectCount":0,"resourceLoadedEnd":1347.9000000953674,"resourceLoadedStart":245.70000004768372,"resourceTiming":[{"duration":35.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":245.70000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":245.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":281.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":35.60000014305115,"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,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":246,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":281.60000014305115,"responseStart":0,"secureConnectionStart":0},{"duration":73.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":246.10000014305115,"connectEnd":246.10000014305115,"connectStart":246.10000014305115,"domainLookupEnd":246.10000014305115,"domainLookupStart":246.10000014305115,"fetchStart":246.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":246.10000014305115,"responseEnd":319.90000009536743,"responseStart":319.90000009536743,"secureConnectionStart":246.10000014305115},{"duration":155,"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.29999995231628,"connectEnd":246.29999995231628,"connectStart":246.29999995231628,"domainLookupEnd":246.29999995231628,"domainLookupStart":246.29999995231628,"fetchStart":246.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":246.29999995231628,"responseEnd":401.2999999523163,"responseStart":401.2999999523163,"secureConnectionStart":246.29999995231628},{"duration":158.39999985694885,"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":246.60000014305115,"connectEnd":246.60000014305115,"connectStart":246.60000014305115,"domainLookupEnd":246.60000014305115,"domainLookupStart":246.60000014305115,"fetchStart":246.60000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":246.60000014305115,"responseEnd":405,"responseStart":405,"secureConnectionStart":246.60000014305115},{"duration":158.70000004768372,"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":246.79999995231628,"connectEnd":246.79999995231628,"connectStart":246.79999995231628,"domainLookupEnd":246.79999995231628,"domainLookupStart":246.79999995231628,"fetchStart":246.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":246.79999995231628,"responseEnd":405.5,"responseStart":405.5,"secureConnectionStart":246.79999995231628},{"duration":159,"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":246.90000009536743,"connectEnd":246.90000009536743,"connectStart":246.90000009536743,"domainLookupEnd":246.90000009536743,"domainLookupStart":246.90000009536743,"fetchStart":246.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":246.90000009536743,"responseEnd":405.90000009536743,"responseStart":405.90000009536743,"secureConnectionStart":246.90000009536743},{"duration":213.69999980926514,"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.10000014305115,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":247.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":460.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":159.10000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":247.29999995231628,"connectEnd":247.29999995231628,"connectStart":247.29999995231628,"domainLookupEnd":247.29999995231628,"domainLookupStart":247.29999995231628,"fetchStart":247.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":247.29999995231628,"responseEnd":406.40000009536743,"responseStart":406.40000009536743,"secureConnectionStart":247.29999995231628},{"duration":213.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":247.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":247.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":460.90000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":159.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":247.5,"connectEnd":247.5,"connectStart":247.5,"domainLookupEnd":247.5,"domainLookupStart":247.5,"fetchStart":247.5,"redirectEnd":0,"redirectStart":0,"requestStart":247.5,"responseEnd":407,"responseStart":407,"secureConnectionStart":247.5},{"duration":283,"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":248.40000009536743,"connectEnd":248.40000009536743,"connectStart":248.40000009536743,"domainLookupEnd":248.40000009536743,"domainLookupStart":248.40000009536743,"fetchStart":248.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":248.40000009536743,"responseEnd":531.4000000953674,"responseStart":531.4000000953674,"secureConnectionStart":248.40000009536743},{"duration":1094,"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":252.90000009536743,"connectEnd":252.90000009536743,"connectStart":252.90000009536743,"domainLookupEnd":252.90000009536743,"domainLookupStart":252.90000009536743,"fetchStart":252.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":252.90000009536743,"responseEnd":1346.9000000953674,"responseStart":1346.9000000953674,"secureConnectionStart":252.90000009536743},{"duration":62.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":472,"connectEnd":472,"connectStart":472,"domainLookupEnd":472,"domainLookupStart":472,"fetchStart":472,"redirectEnd":0,"redirectStart":0,"requestStart":472,"responseEnd":534.5,"responseStart":534.5,"secureConnectionStart":472},{"duration":619.2000000476837,"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":728.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":728.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1347.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":668,"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":729.6000001430511,"connectEnd":729.6000001430511,"connectStart":729.6000001430511,"domainLookupEnd":729.6000001430511,"domainLookupStart":729.6000001430511,"fetchStart":729.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":729.6000001430511,"responseEnd":1397.6000001430511,"responseStart":1397.6000001430511,"secureConnectionStart":729.6000001430511},{"duration":673.2000000476837,"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":729.9000000953674,"connectEnd":729.9000000953674,"connectStart":729.9000000953674,"domainLookupEnd":729.9000000953674,"domainLookupStart":729.9000000953674,"fetchStart":729.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":729.9000000953674,"responseEnd":1403.1000001430511,"responseStart":1403.1000001430511,"secureConnectionStart":729.9000000953674}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":57,"responseStart":240,"responseEnd":244,"domLoading":243,"domInteractive":1369,"domContentLoadedEventStart":1369,"domContentLoadedEventEnd":1414,"domComplete":1746,"loadEventStart":1746,"loadEventEnd":1747,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1348.7000000476837},{"name":"bigPipe.sidebar-id.end","time":1349.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":1349.6000001430511},{"name":"bigPipe.activity-panel-pipe-id.end","time":1351.2000000476837},{"name":"activityTabFullyLoaded","time":1429.9000000953674}],"measures":[],"correlationId":"ff3317a4f34178","effectiveType":"4g","downlink":9.5,"rtt":0,"serverDuration":105,"dbReadsTimeInMs":19,"dbConnsTimeInMs":29,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Sergei, please review fix for this bug. Even though 10.0 is most probably not affect, I'd recommend to have this fix merged: the less relationships between locks - the better.