-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Labels
Description
Bug report criteria
- This bug report is not security related, security issues should be disclosed privately via security@etcd.io.
- 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?
Verify from
etcd/server/etcdserver/server.go
Line 1166 in 58cc32b
verify.Verify("consistent_index isn't equal to snapshot index", func() (bool, map[string]any) { |
message: "consistent_index isn't equal to snapshot index",
file: client/pkg/verify/verify.go,
line: 74,
class: go.etcd.io/etcd/client/pkg/v3/verify,
function: Verify
details: {consistent_index:193,snapshot_index:192}
What did you expect to happen?
No failures for verifies
How can we reproduce it (as minimally and precisely as possible)?
Contact @marcus-hodgson-antithesis to access Antithesis environment
Anything else we need to know?
No response
Etcd version (please run commands below)
main 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