[MXS-2042] Hang with multistatment queries Created: 2018-09-11 Updated: 2018-09-14 Resolved: 2018-09-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Protocol |
| Affects Version/s: | 2.2.12 |
| Fix Version/s: | 2.2.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | dapeng huang | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Run following sql in a multistatment manner, sometimes it will hang
We found the problem is here, mysql_backend.c:826
If all results returned in one gwbuf, then modutil_count_signal_packets will return 6 not 2, it is not easy to reproduce it; |
| Comments |
| Comment by dapeng huang [ 2018-09-11 ] |
| Comment by markus makela [ 2018-09-11 ] |
|
The pull request does fix a real problem but the query does not enter that part of the code. |