[MDEV-32813] read-only xa prepare may disappear upon server restart Created: 2023-11-15 Updated: 2023-11-15 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication, Server |
| Affects Version/s: | 10.6 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrei Elkin | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
A prepared user xa that does not modify any engine data may get binlogged. E.g
ends in binlog with
and stays recovered
while the server is alive.
An obvious resolution is to prevent logging the empty XA-prepare group. |