Open
Description
Bug report criteria
- This bug report is not security related, security issues should be disclosed privately via etcd maintainers.
- This is not a support request or question, support requests or questions should be raised in the etcd discussion forums.
- You have read the etcd bug reporting guidelines.
- Existing open issues along with etcd frequently asked questions have been checked and this is not a duplicate.
What happened?
In last robustness meeting we identified 3 flakes for memberReplace
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-etcd-robustness-release34-amd64/1858425623123333120
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-etcd-robustness-release34-amd64/1856613465200791552
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-etcd-robustness-release34-arm64/1858782506342420480
All happening on release-3.4 and TestRobustnessExploratory/KubernetesHighTraffic/ClusterOfSize3/MemberReplace test
What did you expect to happen?
Issue not being specific to release-3.4
How can we reproduce it (as minimally and precisely as possible)?
There is no way to select failpoints via test name, but you can modify allFailpoints
in test/robustness/failpoint/failpoint.go to leave only MemberReplace
And run it with GO_TEST_FLAGS='-v --run TestRobustnessExploratory/KubernetesHighTraffic/ClusterOfSize3 --count 100 --failfast --timeout 1h' make test-robustness-release-3.4
Anything else we need to know?
No response
Etcd version (please run commands below)
release-3.4 branch
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
$ etcdctl member list -w table
# paste output here
$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here
Relevant log output
No response