[MXS-314] Read Write Split Error with Galera Nodes Created: 2015-08-17 Updated: 2015-09-17 Resolved: 2015-08-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | christian stehle | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7, 3x Galera Nodes with MariaDB Galera 10.0.20-1 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
With a Typo3 System using Read Write Splitting I regulary get erros and maxscale-restarts: Edit: I noticed that I also get the errors with Master/slave Configuration. Error-log: {{MariaDB Corporation MaxScale /var/log/maxscale/error1.log Mon Aug 17 11:16:20 2015 Server status: {{Server 0x2616440 (server1) Maxscale Config: [maxscale] [Galera Monitor] [qla] [fetch] [CLI] [CLI Listener] [RW Split Router] [RW Split Listener] [server1] [server2] [server3] |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-08-17 ] |
|
Assigning to johan.wikman, Massimiliano Pinto and tturenko please work with Johan to help him set this up and troubleshoot it. Thanks, |
| Comment by markus makela [ 2015-08-17 ] |
|
The crash seems to have happened in mysql_backend.c when preparing a prepared statement and the result set from the server was not contained in one network packet. The packets were evenly split so that there were no leftover bytes from the first part of the transmission. |
| Comment by Dipti Joshi (Inactive) [ 2015-08-17 ] |
|
markus makela Can you please reproduce this along with Johan and review the code changes that are needed ? |
| Comment by christian stehle [ 2015-08-18 ] |
|
See debug and trace logs before crash |
| Comment by Dipti Joshi (Inactive) [ 2015-08-21 ] |
|
markus makela is the fix you did for prepared statements takes care of this ? Thanks, |
| Comment by markus makela [ 2015-08-21 ] |
|
Yes, it is fixed. I'll close the issue. |