hyperknob

Results 3 comments of hyperknob

Yes, the same problem encountered

Hi, pls revise the source code binlog2sqp.py , add a config 'blocking =True' when BinLogStreamReader initialzing as followings: stream = BinLogStreamReader(connection_settings=self.conn_setting, server_id=self.server_id, log_file=self.start_file, log_pos=self.start_pos, only_schemas=self.only_schemas, only_tables=self.only_tables, resume_stream=True, blocking=True)

> 运行 lb agent 的节点是平台的虚拟机吗? 是的,lb agent节点是虚拟机,虚拟机和所在宿主机的操作系统都是CentOS 7.9