knepe
knepe
This is how the _ghc table looks like if that helps:  So if I'm reading the code correctly it's waiting for that `AllEventsUpToLockProcessed` entry with id: 2 to appear...
Nope, tried ALOT of different things, but always the same error :(
Okay, running this now. Will get back in ~2hrs when its on the cut-over phase
This is the log when it tries to do the cut-over, this repeats x amounts of times (I think I set the retry count to 120) Does this help or...
Hmm, I googled abit on binlog filtering on AWS, and seems it's enabled by default. > The binlog filtering feature automatically reduces network bandwidth for replication messages. Because the Aurora...
Unfortunately, after setting `aurora_enable_repl_bin_log_filtering: 0` it is still the exact same logs and error :( Any more ideas? :)
No wait, it actually worked :) I wrote too early. After like 1 00 retries I got this: ```2019-12-10 10:32:23 INFO Intercepted changelog state AllEventsUpToLockProcessed 2019-12-10 10:32:23 INFO Handled changelog...
Haha :) Finally, nice catch about that binlog filtering thing @shlomi-noach :) Should maybe be added to the RDS docs?
Yes, sure I'll make a PR :) Closing this and thanks for your help!
Re-opening this, because I've had random success with this unfortunately, so I'm not sure this parameter actually helps. I've ran the same migration on 3 clusters now with that parameter...