MXS-1976: Explain shutdown service
behavior
The process of stopping a service will not prevent new connections from being created. The documentation needs to be extended so that the meaning of `accepted` is explicitly and clearly stated.
This commit is contained in:
parent
2d4dbb2117
commit
19a349a4a8
@ -692,6 +692,10 @@ _shutdown service_ command. This will not affect the connections that are
|
||||
already in place for a service, but will stop any new connections from being
|
||||
accepted.
|
||||
|
||||
Stopping a service will not cause new connections to be rejected. All new
|
||||
connections that were creted while the service was stopped will be processed
|
||||
normally once the service is restared.
|
||||
|
||||
```
|
||||
MaxScale> shutdown service RWSplit
|
||||
MaxScale>
|
||||
|
Loading…
x
Reference in New Issue
Block a user