Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
Description
MySQL 8.0 introduced this rather useful feature and it really should be implemented in MariaDB also. It controls how many replcas need to pick up a semi-sync replication event before the event is considered replicated on the primary.
This is called rpl_semi_sync_master_wait_for_slave_count before MySQL’s version of MDEV-18777.
It’d be rpl_semi_sync_primary_wait_for_replica_count in our ‘primary’ terminology.