[MXS-3989] Rebalancing may cause MaxScale to crash Created: 2022-02-09 Updated: 2022-02-09 Resolved: 2022-02-09 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5, 6 |
| Fix Version/s: | 2.5.19, 6.2.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The rebalancing feature that, if enabled, moves sessions from one worker thread to another, does not properly take the effect of delayed calls into account. That may lead to a crash if a delayed call ends up being made from a thread that no longer should handle the session. |
| Comments |
| Comment by Johan Wikman [ 2022-02-09 ] |
|
This is better not handled with a quick fix, so the functionality is disabled for the time being. The problem will be addressed in the context of |