[MXS-4843] Handshake response packet size limit is too strict Created: 2023-10-31 Updated: 2023-11-07 Resolved: 2023-11-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbclient |
| Affects Version/s: | 23.02.5 |
| Fix Version/s: | 23.02.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The packet is limited to about 100KiB of data which can be easily exceeded with connection attributes. There's no good reason to limit to this so the more sensible approach is to limit it to one packet that is 16MiB given the fact that we've seen problems with this in practice. |
| Comments |
| Comment by markus makela [ 2023-11-03 ] |
|
Increased the handshake response packet size limit to 16MiB. |