You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lexographical comparison of binlog filenames (#1604)
* Parse binlog file numbers numerically instead of lexicographically to correctly order files like binlog.999999 < binlog.1000000.
Would cause the stream to ignore all incoming events and render the gh-ost process stuck:
https://github.com/github/gh-ost/blob/48b34bcbfde730b2548d598dee98e9c1f0d2fcce/go/binlog/gomysql_reader.go#L85-L88
Possibly remediated by 005043d too, which drops the SmallerThanOrEqual check from GoMySqlReader.handleRowsEvent
* Remove unused fn FileBinlogCoordinates.FileSmallerThan
0 commit comments