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:
Markus Mäkelä 2018-11-13 17:29:56 +02:00
parent cab8a4bde8
commit 213b26e7a3
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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>