[MXS-2325] Disabled events are enabled on promoted slave upon failover Created: 2019-02-11 Updated: 2020-08-25 Resolved: 2019-03-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | failover, mariadbmon |
| Affects Version/s: | 2.3.3 |
| Fix Version/s: | 2.3.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kyle Joiner (Inactive) | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-76, MXS-SPRINT-77 |
| Description |
|
Upon a master failure, all enabled and disabled events on the promoted slave will be enabled. Per the manual: On Master:
****************************************
******************************************************
************************************************************ |
| Comments |
| Comment by Esa Korhonen [ 2019-03-05 ] |
|
The monitor now keeps a list of enabled events of every server. When doing failover/switchover, only the events that were enabled on the old master are set to enabled on the new master. |