[MDEV-15113] Hang in Aria loghandler Created: 2018-01-29 Updated: 2018-06-12 Resolved: 2018-06-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Aria |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 5.5.61, 10.0.36, 10.1.34, 10.2.16, 10.3.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Aria can under some circumstances hang in log_handler.cc::translog_buffer_flush The hang is caused because of buffer->copy_to_buffer_in_progress getting out of sync. I have attached a minimal stacktrace from 10.2 that shows one hang. |
| Comments |
| Comment by Elena Stepanova [ 2018-01-29 ] | ||||||||||||
|
Might be related to | ||||||||||||
| Comment by Oleksandr Byelkin [ 2018-02-01 ] | ||||||||||||
|
Passed for testing under load. | ||||||||||||
| Comment by Elena Stepanova [ 2018-02-01 ] | ||||||||||||
|
bb-5.5-
| ||||||||||||
| Comment by Elena Stepanova [ 2018-02-04 ] | ||||||||||||
|
I didn't get anything relevant to the change while running tests on bb-5.5-
| ||||||||||||
| Comment by Elena Stepanova [ 2018-02-06 ] | ||||||||||||
|
On the 2nd thought, I'm not quite happy with my test coverage yet, I need to run more tests. |