loveleon
loveleon
gdb core文件,发现在 void IOChannel::GetDBNameFromReqBuf(const char * buf, int buf_size) { if (buf_size > 5) { char cmd = buf[4]; if (cmd == COM_INIT_DB) { int buf_len = 0; memcpy(&buf_len, buf,...
问题描述: phxsql节点a,b,c。假如b节点是master节点,在b节点中写入数据,c可以同步,a节点不能同步。 查看:phxbinlogsvr.ERROR日志,发现有大量(间隔时间5分钟左右): =================================================================== E0806 17:35:42.012189 11173 phx_glog.cpp:78] max gtid 2e0904aa-5727-11e7-9080-005056865a78:23411723, not match E0806 17:35:48.012066 11173 phx_glog.cpp:78] max gtid 2e0904aa-5727-11e7-9080-005056865a78:23411729, not match E0806 17:35:54.012143 11173 phx_glog.cpp:78] max gtid 2e0904aa-5727-11e7-9080-005056865a78:23411735, not...