[MXS-740] More graceful maintenance mode Created: 2016-05-27 Updated: 2016-12-19 Resolved: 2016-12-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | galeramon, readconnroute, readwritesplit |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 2.1.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Michaël de groot | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2016-24 | ||||||||
| Description |
|
Currently, in case of a setup the readconnroute with router_options=master we redirect all traffic to the master. When enabling maintenance mode for this node with set server test1 maintenance, incoming connections are refused until the next monitor_interval is hit. It would be a lot more graceful if connections are always accepted. This could be achieved by enabling maintenance mode only with the next monitoring mode. Please implement this so enabling maintenance mode is more graceful. |