Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
Description
2um2pm setup
Steps:
1. 2um2pm running cluster
2. Delete user that exist only on one of the um's
DELETE FROM mysql.user WHERE .... (DROP USER IF EXISTS works. )
Replication goes out of synch.
Further queries on um1(master) are executed on um1 only.
Expected:
The system should recover from this error and replication to continue to work with the other queries.
I have a docker-compose on this stage.