[MXS-1948] Connections not balanced between workers Created: 2018-06-29 Updated: 2018-08-03 Resolved: 2018-07-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.2.9 |
| Fix Version/s: | 2.2.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | dapeng huang | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS7 |
||
| Attachments: |
|
| Description |
|
We found that, In high pressure, load is not balance between workers; Our test shows this have big impact on performance. Test1: long session
|
| Comments |
| Comment by Johan Wikman [ 2018-06-29 ] | ||||||||||||
|
dapeng Could please rerun your test with the following modification:
Does it have any effect? | ||||||||||||
| Comment by dapeng huang [ 2018-07-02 ] | ||||||||||||
|
@johan.wikman@mariadb.com it doesn‘t have any effect。 | ||||||||||||
| Comment by markus makela [ 2018-07-03 ] | ||||||||||||
|
Changed the load balancing to use round-robin assignment of workers. This is known to produce acceptable performance in the general case as this is what was previously used. In addition to this, it will produce better load balancing when connections are created in bursts. |