Details
Description
After having two clients running FLUSH TABLES WITH READ LOCK/UNLOCK TABLES against Galera node, the node sometimes gets stuck in paused state causing following queries to fail, e.g.
ER_UNKNOWN_COM_ERROR (1047): Aborting TOI: Replication paused on node for FTWRL/BACKUP STAGE.
|
The attached patch contains required sync points and a test case to reproduce the problem.
Fix merged with head revision after review & testing (https://github.com/MariaDB/server/commit/ef7fc586aea1048bc5526192158a8e8e935ddd1a)