Bug #94629 no variable can skip a single channel error in mysql replication
Submitted: 12 Mar 2019 3:20 Modified: 14 Mar 2019 11:06
Reporter: h h Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Replication Severity:S1 (Critical)
Version:5.7.21 OS:CentOS (CentOS Linux release 7.6.1810 (Core))
Assigned to: MySQL Verification Team CPU Architecture:Any
Tags: MYSQL SERVER

[12 Mar 2019 3:20] h h
Description:
the variable like sql_slave_skip_counter and slave-skip-errors is global scope, they can not use on  multi-source replication to control single channel

How to repeat:
ATT
[14 Mar 2019 11:06] MySQL Verification Team
Hi,

Yes, they are global, yes, they are not per channel.
To skip "single channel" check out e.g. this article:
https://www.techietown.info/2017/04/running-sql_slave_skip_counter-mysql-multisource-repli...

kind regards
Bogdan