Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robustness test kubernetes traffic sometimes doesn't issue any deletes #17968

Open
4 tasks done
serathius opened this issue May 8, 2024 · 1 comment
Open
4 tasks done

Comments

@serathius
Copy link
Member

serathius commented May 8, 2024

Bug report criteria

What happened?

Number of keys keeps growing to absurd numbers, due to no delete requests.

What did you expect to happen?

Average of keys to be kept around 10 keys, the intention of the current logic was:

  • Issue only creates if number of keys drops below 5
  • Issue only deletes if number of keys is over 15

Expect it might a bug with nonUniqueWriteLimiter.

How can we reproduce it (as minimally and precisely as possible)?

n/a

Anything else we need to know?

No response

Etcd version (please run commands below)

main branch

Etcd configuration (command line flags or environment variables)

TestRobustnessExploratory_Kubernetes_HighTraffic_ClusterOfSize3 test

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

@henrybear327
Copy link
Contributor

@serathius I can try to tackle this issue!

/assign @henrybear327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants