MXS-1976: Suggest listener destruction
The MaxAdmin reference document now suggests destroying the listener to immediately block the creation of new connections.
This commit is contained in:
parent
cab8a4bde8
commit
213b26e7a3
@ -695,6 +695,9 @@ requests will remain in a queue that is processed once the service is
|
||||
restarted. A client application will see old connections work normally but new
|
||||
connections are unresponsive as long as the service is stopped.
|
||||
|
||||
**Note:** To forcefully prevent new connections from being made,
|
||||
[destroy the listener](#destroying-listeners).
|
||||
|
||||
```
|
||||
MaxScale> shutdown service RWSplit
|
||||
MaxScale>
|
||||
|
Loading…
x
Reference in New Issue
Block a user