[MXS-1555] Protocol command tracking doesn't work with readwritesplit Created: 2017-12-04 Updated: 2020-08-25 Resolved: 2017-12-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.1.11 |
| Fix Version/s: | 2.1.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The protocol module tracks the size of the current packet as well as the current command. Neither of these are required nor do they even work with readwritesplit. This is likely to only become apparent when large packets are being routed while pooled connections are enabled. This could also have other unknown side-effects. |
| Comments |
| Comment by markus makela [ 2017-12-04 ] |
|
Removed the redundant packet handling in favor of using the readily split packets as the source of the current command being executed. |