Slave SQL error 1237 warnings
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL Server |
Unknown
|
Unknown
|
||||
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Invalid
|
Undecided
|
Unassigned | |||
5.6 |
Triaged
|
Medium
|
Unassigned | |||
5.7 |
Triaged
|
Medium
|
Unassigned |
Bug Description
On the 5.6 slave there are many entries warning about Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
2014-03-23 03:23:32 20142 [Warning] Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
2014-03-23 03:23:32 20142 [Warning] Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
2014-03-23 03:23:32 20142 [Warning] Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
2014-03-23 03:23:32 20142 [Warning] Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
2014-03-23 03:23:32 20142 [Warning] Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
2014-03-23 03:23:32 20142 [Warning] Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
2014-03-23 03:23:32 20142 [Warning] Slave SQL: Could not execute Query event. Detailed error: Slave SQL thread ignored the query because of replicate-*-table rules;, Error_code: 1237
[mysqld]
replicate-
replicate-
replicate-
replicate-
Server version: 5.6.16-64.1-56-log Percona Server (GPL), Release 64.1, Revision 563
Linux 2.6.32-
CentOS release 6.5 (Final)
These warnings do not appear in the 5.5 logs. Why do they appear in the 5.6 logs? How can they be disabled?
Thanks.
Changed in percona-server: | |
status: | Incomplete → New |
What is the version of master that these events are coming from? I also wonder what binlog-format is used there?
As for disabling these messages, try to set --slave- skip-errors= 1237 on slave.