[MDEV-25801] DROP DATABASE very slow after innodb undo log truncate Created: 2021-05-27 Updated: 2021-06-23 Resolved: 2021-06-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.10, 10.6.1 |
| Fix Version/s: | 10.5.12, 10.6.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | performance | ||
| Attachments: |
|
||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
|
| Comments |
| Comment by Marko Mäkelä [ 2021-05-27 ] | |||||||
|
Thank you. Is this really a hang, or just very slow execution? I see that the buf_pool.flush_list_mutex is held by the following thread:
That thread should not be able to hang. But, as noted in | |||||||
| Comment by Marko Mäkelä [ 2021-05-28 ] | |||||||
|
For the record, stephane@skysql.com reported today morning that is indeed was extremely slow and not actually hung:
|