[MXS-3076] Timers stop working during shutdown Created: 2020-07-17 Updated: 2020-08-07 Resolved: 2020-07-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5.1 |
| Fix Version/s: | 2.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The internal coarse timer, mxs_clock(), would stop updating once the shutdown has started. This affects timeouts and can cause a hang on shutdown if a TCP connection is still open but the other end is not responding. |
| Comments |
| Comment by markus makela [ 2020-07-17 ] |
|
Fixed by commit 23fbcca3de0a5e0271bcd2d2edde8400d9b18de0. |