Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
As Innodb background threads are using MDL lock now, the threadpool should be notified
about the waits via tpool_wait_begin/end.
Attachments
Issue Links
- is caused by
-
MDEV-16678 Use MDL for innodb background threads instead of dict_operation_lock
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Assignee | Vladislav Vaintroub [ wlad ] |
Fixing Priority | 250 |
Fix Version/s | 10.5.2 [ 24030 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 102105 ] | MariaDB v4 [ 134157 ] |
There's already thd_wait_begin() call in mdl. May be we should set special thd->scheduler to implement this?