【发布时间】:2014-06-10 18:05:23
【问题描述】:
我在 MariaDB 中有一个多主环复制设置。 3 台服务器。
我的一个服务器磁盘空间不足,我最终需要重新启动服务器。现在,在这样做之后,两个从服务器在从状态中报告此错误。
Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Error: connecting slave requested to start from GTID 1-1-426253, which is not in the master's binlog'
我真的很困惑如何从这个错误中恢复我的从服务器,谁能告诉我如何告诉这个从服务器从它的主服务器上的正确 GTID 开始?
谢谢
【问题讨论】:
-
你master的binlog配置是什么?
标签: mariadb multi-master-replication