Mariadb 10 奴隶不会同步

Mariadb 10 slave won't sync

Slave 不会与 master 同步没有错误一切正常..

show all slaves status 

                 Connection_name: godzilla
              Slave_SQL_State: Slave has read all relay log; waiting for the slave I/O thread to update it
               Slave_IO_State: Waiting for master to send event
                  Master_Host: xxx.xxx.xxx.xxx
                  Master_User: slavexxx
                  Master_Port: 3306
                Connect_Retry: 10
              Master_Log_File: CentOS-72-64-minimal-bin.000005
          Read_Master_Log_Pos: 12457
               Relay_Log_File: CentOS-72-64-minimal-relay-bin-euro@002dslot@002ecom.000002
                Relay_Log_Pos: 1102
        Relay_Master_Log_File: CentOS-72-64-minimal-bin.000005
             Slave_IO_Running: Yes
            Slave_SQL_Running: Yes
              Replicate_Do_DB:
          Replicate_Ignore_DB:
           Replicate_Do_Table:
       Replicate_Ignore_Table:
      Replicate_Wild_Do_Table:
  Replicate_Wild_Ignore_Table:
                   Last_Errno: 0
                   Last_Error:
                 Skip_Counter: 0
          Exec_Master_Log_Pos: 12457
              Relay_Log_Space: 1436
              Until_Condition: None
               Until_Log_File:
                Until_Log_Pos: 0
           Master_SSL_Allowed: No
           Master_SSL_CA_File:
           Master_SSL_CA_Path:
              Master_SSL_Cert:
            Master_SSL_Cipher:
               Master_SSL_Key:
        Seconds_Behind_Master: 0
Master_SSL_Verify_Server_Cert: No
                Last_IO_Errno: 0
                Last_IO_Error:
               Last_SQL_Errno: 0
               Last_SQL_Error:
  Replicate_Ignore_Server_Ids:
             Master_Server_Id: 6
               Master_SSL_Crl:
           Master_SSL_Crlpath:
                   Using_Gtid: No
                  Gtid_IO_Pos:
         Retried_transactions: 0
           Max_relay_log_size: 1073741824
         Executed_log_entries: 679
    Slave_received_heartbeats: 0
       Slave_heartbeat_period: 1800.000
               Gtid_Slave_Pos: 0-5-276329635

在我的从属服务器上,我有另外 5 个具有不同主 IP 的数据库,它今天工作正常我想连接新的主从不会同步,没有错误...

这个steps我用来设置SLAVE

好的,2天后我发现了问题 在奴隶 my.cnf 上我删除了这个选项

[mysqld]
#gtid-ignore-duplicates=ON