[MXS-205] Reload service or restart service Created: 2015-06-16 Updated: 2016-12-14 Resolved: 2016-12-14 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | markus makela |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
(1) If MaxScale.cnf is different from in memory configuration and reload config is used, only update the service that are impacted by the change between in memory configuration and MaxScale.cnf and only stop and restart the impacted service (2) If (1) is not possible, there should be a reload service <service-name> that only impacts that service
In example below: reloading myService would, reload [Hint], [server1] and [server2], [myListener] and [myService]. If there were any active connection for myService - they will be dropped. After reloading - the service will start accepting new connections per new configuration
|
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-09-08 ] |
|
markus makela johan.wikman - Has "reload service" maxadmin command added in any branch ? |
| Comment by markus makela [ 2015-09-08 ] |
|
It is on the |
| Comment by Dipti Joshi (Inactive) [ 2015-09-08 ] |
|
johan.wikman Can you confirm if "reload service" only impacts connection of the service being reloaded or all connection of maxscale |