Results 346 comments of Fu Wei

Still working on how to reproduce it. Just found one case like recovery from backup on v3.4.X https://github.com/etcd-io/etcd/pull/20995 You can run that command line - `EXPECT_DEBUG=true TESTCASE=TestIssue20967_SnapshotRestore GO_TEST_FLAGS="-v" make test-e2e`...

Updated: https://github.com/etcd-io/etcd/pull/20995/commits/affcd21f12f5f37a0e4993a692bc50be1adf95cb I think ForceNewCluster can reproduce this issue. Start to working on fixing this issue. ``` // createClustewithZombieMembers creates a cluster with zombie members in v3store. // // There...

> Unfortunately, I can't just test the old scripts again and try to reproduce it, because our whole setup since then evolved a bit. I'll still try to do it,...

> create child snapshot It means that there is reference to the parent by the container. The `delete image` is to delete the reference from image to parent snapshot. However,...