Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Testing in a two node cluster with one particular table set as ' replicate_ignore_table' in the mariadb configuration.
There are different data in the table when the nodes are running fine.
Upon restart, of first node, say node1, noticed that there is SST happening between the node. After the node1 comes up fine, the table data from node2 gets synched to node1's table.
Is this expected ?
Is there a way to avoid this replication to happen from the doner node in the case when the table is in replicate_ignore_table configuration ?