[MDEV-12602] InnoDB: Failing assertion: space->n_pending_ops == 0 Created: 2017-04-27 Updated: 2020-01-24 Resolved: 2017-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.1.23, 10.2.6 |
| Fix Version/s: | 10.1.23, 10.2.6 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 10.2-ga, crash, encryption | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||
| Description |
|
When a tablespace is being removed from the InnoDB tablespace cache, we occasionally have an assertion failing in 10.2:
This has failed at least twice in 10.2: The likely cause is the We must review the code also in 10.1 before the 10.1.23 release. |
| Comments |
| Comment by Marko Mäkelä [ 2017-04-28 ] |
|
bb-10.2-marko |
| Comment by Jan Lindström (Inactive) [ 2017-04-28 ] |
|
ok to push even without considering my comments, they were just stylistic, technically this patch is correct. |
| Comment by Marko Mäkelä [ 2017-04-28 ] |
| Comment by Jan Lindström (Inactive) [ 2017-04-28 ] |
|
ok to push. |