Re: Error 1112 on Innodb to ndb replication
Hi Vasilis,
The errors you posted come from the Ndb storage engine.
Ndb does not currently support use cases where more than one replication channel is in use in a single MySQLD at a time, and that is what is being checked here, and causing the error.
MySQL Cluster replication generally assumes that replication will be using the 'built in' default channel, and if it detects that there is more than one channel defined then it refuses to operate.
It should be possible to see which channels you have configured by looking in the performance_schema tables :
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-replication-tables.html
General replication channel info :
https://dev.mysql.com/doc/refman/8.0/en/replication-channels.html
Hope this helps,
Frazer
Subject
Views
Written By
Posted
1232
August 21, 2019 10:58AM
551
August 23, 2019 09:28AM
512
August 25, 2019 01:14AM
564
August 26, 2019 09:56AM
763
August 26, 2019 10:16AM
539
August 27, 2019 03:35AM
650
August 28, 2019 05:28AM
Re: Error 1112 on Innodb to ndb replication
617
August 30, 2019 06:10AM
564
August 30, 2019 01:18PM
586
September 01, 2019 06:12PM
540
September 02, 2019 03:50AM
541
September 09, 2019 10:47AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.