Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.1.14
Description
See mail thread at https://lists.launchpad.net/maria-developers/msg09722.html.
Optimistic parallel replication does not work when mysql.gtid_slave_pos is
non-transactional. So either it needs to fallback to non-parallel (like for
other non-transactional updates/DDL), or an error should be given.
An error seems better, as silently falling back to all transactions being
run serially does not seem very useful.
Attachments
Issue Links
- is duplicated by
-
MDEV-19157 Optimistic Parallel Replication fails when gtid_slave_pos table is non transactional and binlog events are transactional
- Closed
- relates to
-
MDEV-34346 [ERROR] Slave (additional info): Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964 on parallel replica
- Confirmed