replication-manager
replication-manager copied to clipboard
GetNumberOfEventsAfterPos make Error 1220
func GetNumberOfEventsAfterPos(db *sqlx.DB, lastfile string, lastpos string) (int, string, error) { ... for _, row := range events { lastfile = strconv.FormatUint(uint64(row.End_log_pos), 10) #this can make "Error 1220: Error when executing command SHOW BINLOG EVENTS: Could not find target log" #End_log_pos cat not assign to lastfile } . ... return 0, logs, errors.New("Not found Psudo GTID") }
Hi can you let me know The version of MySQL or MariaDB And version of replication-manager you are observing this error ?
Hi can you let me know The version of MySQL or MariaDB And version of replication-manager you are observing this error ?
replication-manager :2.2.27,MySQL : 8.0.21 file-position repliacation