[MXS-662] No Listener on different IPs but same port since 1.4.0 Created: 2016-04-04 Updated: 2016-04-15 Resolved: 2016-04-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.4.0, 1.4.1 |
| Fix Version/s: | 1.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefan Rubner | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian 8.4 amd64 KVM |
||
| Description |
|
Up until version 1.3.0 of MaxScale it was possible to define separate listeners on different IP address but using the same port like so:
Since MaxScale 1.4.0 the same config will result in:
And the MaxScale service refusing to start. Expected behavior would be the one from 1.3.0: just work. |
| Comments |
| Comment by markus makela [ 2016-04-15 ] |
|
The address of a listener was ignored. |