[MXS-1690] Need Backpressure mechanism Created: 2018-02-28 Updated: 2018-09-19 Resolved: 2018-03-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | dapeng huang | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
If Server return a huge result, and client is hang(maybe gc or other), then all the result packets will queue in mxs, so there is a oom risk. |
| Comments |
| Comment by markus makela [ 2018-03-06 ] |
|
A pull request exists for this: https://github.com/mariadb-corporation/MaxScale/pull/169 |
| Comment by Johan Wikman [ 2018-03-07 ] |
|
Implemented by https://github.com/ybbct |
| Comment by Dipti Joshi (Inactive) [ 2018-09-19 ] |
|
Community contribution |