Bug #81423 | When enabling second slave server the firs one stops replication | ||
---|---|---|---|
Submitted: | 14 May 2016 3:10 | Modified: | 5 Jul 2016 0:05 |
Reporter: | Oscar Salinas | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.7.9, 5.7.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 May 2016 3:10]
Oscar Salinas
[17 May 2016 12:22]
MySQL Verification Team
Hello Oscar Salinas, Thank you for the report. Could you please provide the conf files used in the environment(master/slaves) to reproduce the issue at our end? You may want to mark it as private if you prefer after uploading to this bug report. Thanks, Umesh
[19 May 2016 9:21]
MySQL Verification Team
Thank you for providing requested details. Imho, you are using same server_id for both the slaves i.e "server-id=9" and this is causing the issue. You have to use unique server_id in the replication environment, here “Unique”, means that each ID must be different from every other ID in use by any other replication master or slave. Similar issue reported Bug #72581 Marking this as not a bug! Thanks, Umesh
[19 May 2016 13:20]
Oscar Salinas
Im sorry about that, I took the files from the developers pc and is only one main file I just change the server-id and DBs names, but the actual servers have their own server-id number and when I send it to you I only changed the DBs names, but the real servers id are server-id=9 server-id=11 As I said before upgrading on the main server to 5.7.12, everthing was working fine
[20 May 2016 13:57]
Oscar Salinas
Please read my last report about this bug !
[30 May 2016 10:01]
MySQL Verification Team
I'm still not seeing this issue at my end, could you please provide unaltered error log from problem-ed instances? You may want to mark it as private after uploading here. Thanks, Umesh
[4 Jul 2016 7:51]
MySQL Verification Team
Please see Bug #72578, I suspect that copied auto.cnf is causing the issue as I see you are getting "A slave with the same server_uuid as this slave has connected to the master; the first event.." error. Is this the case? Please check Thanks, Umesh
[5 Jul 2016 0:05]
Oscar Salinas
Yes it did fix the problem, Thank you, but how come it was working before the upgrade?