[MXS-2157] Packet received out-of-order. Expected 1; got 0 Created: 2018-11-09 Updated: 2019-06-17 Resolved: 2019-05-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readconnroute |
| Affects Version/s: | 2.2.16 |
| Fix Version/s: | 2.2.20 |
| Type: | Bug | Priority: | Major |
| Reporter: | Wagner Bianchi (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-70 | ||||||||
| Description |
|
Folks, I've seen this happening again on 2.2.16. We worked together some time ago and sorted that out but, using the ReadWriteSplut Router; not sure if the ReadConnRouter, being used this way, also has some similar code to create this situation. This below error was happening when running 2.2.16:
So, we downgraded Maxscale to 2.2.4, and then, the error stopped occurring. Interesting is that we didn't change anything in the configuration file, just replace the .deb package. Below, the configurations in use:
Similar case is https://jira.mariadb.org/browse/MXS-1734 Thanks! |
| Comments |
| Comment by markus makela [ 2018-11-10 ] | ||||||||||||||||||||||||||||||||||||||
|
Does this happen with a specific query? | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2018-11-15 ] | ||||||||||||||||||||||||||||||||||||||
|
Might actually be fixed by this commit:
This would mean that this will be fixed in 2.2.17. | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2018-11-19 ] | ||||||||||||||||||||||||||||||||||||||
|
Can you try which exact version causes the problem? There are a lot of releases between 2.2.4 and 2.2.16 so knowing which one causes it would greatly reduce the amount of possible causes for this. | ||||||||||||||||||||||||||||||||||||||
| Comment by Wagner Bianchi (Inactive) [ 2018-12-07 ] | ||||||||||||||||||||||||||||||||||||||
|
Markus, Working a different environment today, I found this error message appearing for a Lambda Function being executed against the Maxscale. When the processes executed by the function hits Maxscale, the error events are like these ones below:
From the AWS Console standpoint, the below image is showing the errors: Any luck to get to know how to workaround this error? Thanks much!!! | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2019-03-13 ] | ||||||||||||||||||||||||||||||||||||||
|
Possibly caused by | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2019-03-13 ] | ||||||||||||||||||||||||||||||||||||||
|
wagnerbianchi please verify whether this is still a problem. | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2019-03-18 ] | ||||||||||||||||||||||||||||||||||||||
|
Most likely a duplicate of | ||||||||||||||||||||||||||||||||||||||
| Comment by Wagner Bianchi (Inactive) [ 2019-05-15 ] | ||||||||||||||||||||||||||||||||||||||
|
MySQL Connector causes this issue. Use MariaDB Connector instead. | ||||||||||||||||||||||||||||||||||||||
| Comment by Kathryn Sizemore [ 2019-06-11 ] | ||||||||||||||||||||||||||||||||||||||
|
This isn't fixed. It would greatly help us on many different projects if we could use Oracle's MySQL Connector through MaxScale. Can we find a fix please? | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2019-06-11 ] | ||||||||||||||||||||||||||||||||||||||
|
If this is still reproducible with MySQL's Connector and the latest MaxScale version then should be investigated. You can help expedite the fix by providing a simple test case that reproduces the problem. Also, try if using the latest 2.3 version has any difference. | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2019-06-13 ] | ||||||||||||||||||||||||||||||||||||||
|
I created | ||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2019-06-17 ] | ||||||||||||||||||||||||||||||||||||||
|
ksizemore Do you know of a way to reproduce this or have you spotted a specific pattern that seems to trigger these errors? |