[MDEV-7424] InnoDB: Assertion failure in thread 139901753345792 in file buf0mtflu.cc line 439 Created: 2015-01-09 Updated: 2015-01-15 Resolved: 2015-01-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.15-FusionIO, 10.1.2 |
| Fix Version/s: | 10.0.15-FusionIO, 10.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Race in shutdown, work queue is not empty after we have sent the exit messages to work queue. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-01-09 ] |
|
revno: 4010 Analysis: At shutdown multi-threaded flush sends a exit work Fix: Take mutex before adding exit work items to work queue and |
| Comment by Jan Lindström (Inactive) [ 2015-01-15 ] |
|
commit fe0112e2522750493eb3cb89ad3bf4985f311279 Analysis: At shutdown multi-threaded flush sends a exit work Fix: Take mutex before adding exit work items to work queue and Fix test failure on innodb_bug12902967 caused by unnecessary Do not try to enable atomic writes if the file type |