[MXS-3455] Got packets out of order Created: 2021-03-24 Updated: 2021-08-23 Resolved: 2021-08-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5.5 |
| Fix Version/s: | 2.5.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alex | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian |
||
| Description |
|
We have two servers behind maxscale. Master is running on InnoDB, Slave is running on TokuDB. On slave we see these kind a messages in slow log and error log. "Change user" command lasts for a second and "Got packets out of order" in error.log about same connection. Mysql slow log:
error.log:
|
| Comments |
| Comment by markus makela [ 2021-03-24 ] |
|
Can you reproduce this with the latest release? |
| Comment by Alex [ 2021-03-24 ] |
|
Will try it now. Another problem is that casual_reads = global does not work as expected. sometimes we insert row in DB |
| Comment by Alex [ 2021-03-24 ] |
|
Just installed 2.5.9. 'Got packets out of order' persists |
| Comment by markus makela [ 2021-03-25 ] |
|
My apologies, I thought that this was a duplicate of For the causal_reads=global problem, could you open a separate issue for that? |
| Comment by markus makela [ 2021-07-12 ] |
|
alexcool can you test this with the latest 2.5 release? |
| Comment by markus makela [ 2021-08-02 ] |
|
I'll close this as Fixed in 2.5.14 as I think this might be related to other fixes done in it. If you can, please confirm whether this is still a problem and if it is, we'll reopen this. |
| Comment by Alex [ 2021-08-23 ] |
|
Looks fine on 2.5.15 |