I'm having a super odd error when using MySQL replication. In this setup I've got multiple servers, we got a Master Server, and then we got several slaves. The replication is working fine between Master and all the Slaves. However, there is one little exception to this rule. I've recently added a new Slave which we can call Slave A. When I make manual changes from my computer on the Master Server, it all replicates normally to all Slaves including Slave A. However when a colleague of mine tried making manual changes from their computer to the Master Server, it replicates out to all Slaves EXCEPT for Slave A. There was a "very" small difference in our MySQL Server version, i'm running 5.7.17 while he was running 5.7.16 could that possibly affect it, feels like the version difference is so small it shouldn't matter?
So now I'm wondering what could be causing this issue?