[MDEV-23752] SHOW EXPLAIN FOR thd waits for sleep Created: 2020-09-18 Updated: 2023-11-22 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Oleksandr Byelkin | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Oleksandr Byelkin [ 2020-09-18 ] | |||||||||||||||||||||||||||||
|
for 10.6:
for 10.2 & up (in 10.3 argument TRUE to check_killed() shoud be added)
| |||||||||||||||||||||||||||||
| Comment by Michael Widenius [ 2020-10-08 ] | |||||||||||||||||||||||||||||
|
First pass of review done. Waiting for requested fixes and then will do a new review | |||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2021-01-29 ] | |||||||||||||||||||||||||||||
|
Although the bug report is still open, there is a test already for it inside mysql-test/t/processlist_notembedded.test, and the test fails fairly frequently in buildbot:
Please fix the test before you close the bug report. | |||||||||||||||||||||||||||||
| Comment by Michael Widenius [ 2021-03-25 ] | |||||||||||||||||||||||||||||
|
I made this a blocker as this affects protected branches and thus can stop people from pushing | |||||||||||||||||||||||||||||
| Comment by Michael Widenius [ 2021-04-20 ] | |||||||||||||||||||||||||||||
|
ok, I see that at least one of my review requests are in the commit, but not all. I also noticed the split of 'awake' is already done in 10.6, so a lot of the changes in the code for dec45aca77ee23557c59411fa9abf037e5343739 has already been done. Can you please compare your patch against 10.6 and create a new one? | |||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2021-05-03 ] | |||||||||||||||||||||||||||||
|
shoud be f867cca46b47f2ef9170ac9a7130bd3e493b8338 in bb-10.6-MDEV-23752-2 | |||||||||||||||||||||||||||||
| Comment by Michael Widenius [ 2023-11-17 ] | |||||||||||||||||||||||||||||
|
Looks good. |