[CONJ-1084] loadbalance distribution ensuring repartition after failover Created: 2023-06-08 Updated: 2023-08-01 Resolved: 2023-08-01 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Failover |
| Affects Version/s: | None |
| Fix Version/s: | 3.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Since 3.1.0, load balance is round robin. Problem is that when a server fails, the repartition is then distributed on other servers. when the failing server is up again, the load will take some time to come back to normal : the distribution will not be distributed immediately, Goal is that after a failover, that connector priorize connection to the server that doesn't have as many connection, in order to have a good repartition. |