Results 44 comments of Max Englander

Hi @deepthi I tried using the repro with `PlannedReparentShard` and it doesn't lock up like `ChangeTabletType`. Here's the modified repro using PlannedReparentShard: ``` package main import ( "context" "log" "os"...

@harshit-gangal * https://github.com/vitessio/website/pull/1185

Thanks for the last review @harshit-gangal I think I addressed all of your comments

Thanks for spotting that @harshit-gangal fixed

vtbackup_transform is failing consistently which is concerning, but I also see this test failing a bunch on `main` recently, so maybe it's a flake?

Hey @mattlord I was able to address your suggestions. I tried adding some checks to the E2E test, ran into a challenge where the E2E test is executing the `vtbackup`...

@mattlord was able to do what you suggested: * Connect to mysqld directly from the E2E test. * Verify redo log changes with performance schema error sink. * Remove those...

Understood @deepthi, will do that going forward

@vmg I think I addressed the last outstanding comment. Let me know if there is anything else I should address. I saw @aquarapid mention above about release notes. Should I...