issues
search
cashapp
/
spirit
Online Schema Change Tool for MySQL 8.0+
Apache License 2.0
113
stars
20
forks
source link
rogue "not all changes flushed" errors
#331
Closed
morgo
closed
3 months ago
morgo
commented
4 months ago
Manual inspection of the code shows that:
When changes are flushed this will generate events.
The events may then be read from the binary log (a race)
Which blocks the safety check about all changes should be flushed.
Manual inspection of the code shows that: