[MDEV-30307] KILL command issued inside a transaction is problematic for galera replication Created: 2022-12-27 Updated: 2023-11-23 |
|
| Status: | In Review |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Seppo Jaakola | Assignee: | Seppo Jaakola |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
KILL command is replicated as TOI replication in galera cluster. If KILL is issued inside a transaction, the galera side transaction context is lost. This issue surfaced by RQG grammar testing for As a fix, consider implicit commit for the surrounding transaction before KILL execution. |
| Comments |
| Comment by Seppo Jaakola [ 2022-12-29 ] |
|
Pull request submitted, please review |