Bug #100643 | Can't connect to MySQL with sync plugin enabled after user creation | ||
---|---|---|---|
Submitted: | 26 Aug 2020 11:43 | Modified: | 28 Aug 2020 5:53 |
Reporter: | Hugo Dubois | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 8.0.21 | OS: | Ubuntu |
Assigned to: | CPU Architecture: | Any | |
Tags: | replication, semi-sync |
[26 Aug 2020 11:43]
Hugo Dubois
[28 Aug 2020 5:53]
Erlend Dahl
Thank you for the report, verified as described.
[28 Aug 2020 5:55]
Erlend Dahl
mysql> mysql> SELECT * FROM performance_schema.metadata_locks WHERE object_type LIKE '%ACL%'; +-------------+---------------+-------------+-------------+-----------------------+-----------+---------------+-------------+------------------------+-----------------+----------------+ | OBJECT_TYPE | OBJECT_SCHEMA | OBJECT_NAME | COLUMN_NAME | OBJECT_INSTANCE_BEGIN | LOCK_TYPE | LOCK_DURATION | LOCK_STATUS | SOURCE | OWNER_THREAD_ID | OWNER_EVENT_ID | +-------------+---------------+-------------+-------------+-----------------------+-----------+---------------+-------------+------------------------+-----------------+----------------+ | ACL CACHE | NULL | NULL | NULL | 139978487984224 | EXCLUSIVE | EXPLICIT | GRANTED | sql_auth_cache.cc:3439 | 47 | 1482556 | | ACL CACHE | NULL | NULL | NULL | 139978218719248 | SHARED | EXPLICIT | PENDING | sql_auth_cache.cc:3439 | 50 | 12 | +-------------+---------------+-------------+-------------+-----------------------+-----------+---------------+-------------+------------------------+-----------------+----------------+ 2 rows in set (0.00 sec)
[15 Oct 16:47]
MySQL Verification Team
Bug #116238 is marked as duplicate of this one