[MXS-1363] Servers with zero weight aren't used by readconnroute Created: 2017-08-15 Updated: 2020-08-25 Resolved: 2017-08-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readconnroute |
| Affects Version/s: | 2.1.6 |
| Fix Version/s: | 2.1.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If readconnroute service is using a server which has zero as the weighting parameter, the server will never be used. The expected behavior is that servers with a positive weight are always preferred over servers with zero weight and if no servers with a positive weight are available, the servers with zero weight are used. |
| Comments |
| Comment by markus makela [ 2017-08-21 ] |
|
Servers with zero weight are now considered as valid servers by the readconnroute connection logic. |