[MXS-1885] Readwrite split hang Created: 2018-05-29 Updated: 2018-06-12 Resolved: 2018-06-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.2.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | dapeng huang | Assignee: | markus makela |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Run with following sql with multi statement several times will reproduce it. "set names latin1; set sort_buffer_size = 321321; set names gbk; set sort_buffer_size = 123456" |
| Comments |
| Comment by markus makela [ 2018-06-02 ] |
|
Can you provide the info log output for this command? With 2.2.6 it is treated as a multi-statement command and it is executed on the master and it doesn't hang. The fix in commit 91cc5b1e8974d405de0adc211f49eff9dd62c9fd that is in develop should solve it but I'd like to reproduce this first. |
| Comment by dapeng huang [ 2018-06-04 ] |
|
Oh, I cannot reproduce it now ... |
| Comment by markus makela [ 2018-06-12 ] |
|
Closing as it cannot be reproduced. |