[MDEV-11250] mtflush threads stall on shutdown Created: 2016-11-08 Updated: 2016-11-10 Resolved: 2016-11-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Easily reproducible with mtr... mtflush.opt:
mtflush.test:
Observe long shutdown and then:
Most probably the following lines were lost in merge at innobase_shutdown_for_mysql():
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2016-11-10 ] |
|
commit 8c038239748f6a9666e07e601a46967d3a0381d0 Code calling mtflush threads to exit was too late. |