[MXS-3926] Break a message enqueue loop to allow other fd:s to run Created: 2021-12-20 Updated: 2022-09-09 Resolved: 2022-09-09 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.2.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Niclas Antti | Assignee: | Niclas Antti |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-147, MXS-SPRINT-148 |
| Description |
|
If a message posted to a queue causes the handler to post a new message to the queue, the epoll loop is not called. This is not only unfair scheduling but also causes a watchdog abort if the loop continues long enough. |