[MXS-620] Implement standby mode Created: 2016-03-14 Updated: 2017-08-22 Resolved: 2017-08-22 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Guillaume Lefranc | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hello, it is desirable that MaxScale can have a standby mode for HA deployments, thinking of future deployments with Zookeeper, for example. In this mode the daemon must be started but the listeners should be stopped. Comparatively, there should be a function to unstandby the MaxScale daemon. In the future those functions could be called by Zookeeper clients, e.g. on leader election. |
| Comments |
| Comment by markus makela [ 2017-08-22 ] |
|
This can be done with the REST API in 2.2 by shutting down all services. Could be added to the maxctrl client. |
| Comment by markus makela [ 2017-08-22 ] |
|
Added stop maxscale and start maxscale commands that start or stop all services in MaxScale. |