[MXS-2816] Better handling for master's response (0xff) to COM_STMT_PREPARE Created: 2019-12-20 Updated: 2020-03-13 Resolved: 2020-02-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | galeramon, readwritesplit |
| Affects Version/s: | 2.3.12 |
| Fix Version/s: | 2.5.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | logging | ||
| Description |
|
When prepared statements are routed to both master and slave by readwritesplit router, in some cases we may get warnings like this:
I suspect it may be cause by the need to re-prepare the query on master when/if ALTER was executed there. In any case, better logging for the reasons of response 0xff from master would help. |