Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.0.24
-
Oracle Linux Server release 6.7
Description
Hello,
I have using MariaDB multi-source replication feature together with replication filters which are different for each slave set. When MariaDB instance was restarted the filter variables are lost and all slaves were in inoperable state until filters will be enabled again. I have tried to add the configuration file values like:
slave1.replicate-wild-do-table=db_name1.table1
slave2.replicate-wild-do-table=db_name2.table2
similarly to described in your documentation but unfortunately it did not work.
I have studied your docs a lot but didn't find appropriate answer regarding described behavior. In my opinion replication filters settings should be saved somewhere (file,table) or described in configuration but I could be wrong.
Please advice.
Thank you.