[MXS-535] Allow listeners to be modified Created: 2016-01-07 Updated: 2017-12-01 Resolved: 2016-11-22 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | Dynamic Configuration of MaxScale | ||||||||
| Description |
|
The user should be able to add, modify and remove listeners. Due to listeners being tied to actual network sockets, the process of modifying a listener must use the existing object instead of replacing it with a new one. To allow this, a destroyed services should relinquish the ownership of their listeners and place them into a pool of already existing listeners. If a new service requires a listener which was already created, it can retrieve it from the pool of available listeners. After a service is destroyed and the listener is in the pool, if no service claims the listener it should be destroyed. |
| Comments |
| Comment by Johan Wikman [ 2016-11-22 ] |
|
This was created for 1.4. Either this is not relevant at the moment or there are now other tasks that covers this, so closing this as obsolete. |