-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Comments
@serathius I can try to tackle this issue! /assign @henrybear327 |
I try to fix #17780 with more deletion. etcd/tests/robustness/traffic/etcd.go Lines 129 to 131 in ce2dbbb
When non-deletion or non-lease-revoke has more weight, they won't return the token from limiter. |
ping @henrybear327 if you don't have time, may I take this one? since it's related to #18099 issue. Thanks |
Hello @fuweid, I have unassigned myself. There was nothing specific to handover from my side. /assign @fuweid |
closed by #18135 |
Awesome work @fuweid ! |
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:
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)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: