[MDEV-5906] Thread status not changed when applying log events Created: 2014-03-19 Updated: 2014-03-22 Resolved: 2014-03-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.9 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The thread status of the SQL thread is not changed when it starts to apply a log event. The result is that the SQL thread has the status of "System lock" for the whole time it is executing relay log events. The status of the thread should be changed when it starts to execute an event. |
| Comments |
| Comment by Kolbe Kegel (Inactive) [ 2014-03-19 ] | |||||||||
|
| |||||||||
| Comment by Kolbe Kegel (Inactive) [ 2014-03-20 ] | |||||||||
|
That first patch Monty proposed didn't do it, but this other one he proposed does:
| |||||||||
| Comment by Michael Widenius [ 2014-03-22 ] | |||||||||
|
Fixed. |