Details
Description
SET session_track_system_variables="*"; |
SET mhnsw_min_limit = 10; |
bb-11.6-MDEV-32887-vector fe9092a8 |
safe_mutex: Found wrong usage of mutex 'LOCK_plugin' and 'LOCK_global_system_variables'
|
Mutex currently locked (in reverse order):
|
LOCK_global_system_variables /data/bld/preview-11.7-bb-11.6-MDEV-32887-vector-asan/sql/session_tracker.cc line 457
|
LOCK_plugin /data/bld/preview-11.7-bb-11.6-MDEV-32887-vector-asan/sql/session_tracker.cc line 441
|
Reproducible with any of 3 mhnsw_x session variables.
Attachments
Issue Links
- causes
-
MDEV-35086 Trying to lock mutex when the mutex was already locked (session_tracker.cc), server hangs
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Description |
{code:sql}
SET session_track_system_variables="*"; SET SESSION mhnsw_min_limit = 10; {code} {noformat:title=bb-11.6-MDEV-32887-vector fe9092a8} safe_mutex: Found wrong usage of mutex 'LOCK_plugin' and 'LOCK_global_system_variables' Mutex currently locked (in reverse order): LOCK_global_system_variables /data/bld/preview-11.7-bb-11.6-MDEV-32887-vector-asan/sql/session_tracker.cc line 457 LOCK_plugin /data/bld/preview-11.7-bb-11.6-MDEV-32887-vector-asan/sql/session_tracker.cc line 441 {noformat} Reproducible with any of 3 {{mhnsw_x}} session variables. |
{code:sql}
SET session_track_system_variables="*"; SET mhnsw_min_limit = 10; {code} {noformat:title=bb-11.6-MDEV-32887-vector fe9092a8} safe_mutex: Found wrong usage of mutex 'LOCK_plugin' and 'LOCK_global_system_variables' Mutex currently locked (in reverse order): LOCK_global_system_variables /data/bld/preview-11.7-bb-11.6-MDEV-32887-vector-asan/sql/session_tracker.cc line 457 LOCK_plugin /data/bld/preview-11.7-bb-11.6-MDEV-32887-vector-asan/sql/session_tracker.cc line 441 {noformat} Reproducible with any of 3 {{mhnsw_x}} session variables. |
Link |
This issue is caused by |
Affects Version/s | 10.5 [ 23123 ] | |
Affects Version/s | 10.6 [ 24028 ] | |
Affects Version/s | 10.11 [ 27614 ] | |
Affects Version/s | 11.2 [ 28603 ] | |
Affects Version/s | 11.4 [ 29301 ] | |
Affects Version/s | N/A [ 14700 ] |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Fix Version/s | 11.7 [ 29815 ] |
Component/s | Vector search [ 20205 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Summary | Found wrong usage of mutex upon setting mhnsw_x session variables | Found wrong usage of mutex upon setting plugin session variables |
Status | Stalled [ 10000 ] | In Testing [ 10301 ] |
Status | In Testing [ 10301 ] | Stalled [ 10000 ] |
Assignee | Sergei Golubchik [ serg ] | Oleksandr Byelkin [ sanja ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Golubchik [ serg ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.5.27 [ 29902 ] | |
Fix Version/s | 10.6.20 [ 29903 ] | |
Fix Version/s | 10.11.10 [ 29904 ] | |
Fix Version/s | 11.2.6 [ 29906 ] | |
Fix Version/s | 11.4.4 [ 29907 ] | |
Fix Version/s | 11.6.2 [ 29908 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue causes |