-
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
grpcproxy memory leak #10326
Comments
namreg
pushed a commit
to namreg/etcd
that referenced
this issue
Dec 15, 2018
use set instead of slice as interval value fixes etcd-io#10326
namreg
pushed a commit
to namreg/etcd
that referenced
this issue
Dec 15, 2018
use set instead of slice as interval value fixes etcd-io#10326
gyuho
pushed a commit
to gyuho/etcd
that referenced
this issue
Dec 18, 2018
use set instead of slice as interval value fixes etcd-io#10326
gyuho
pushed a commit
to gyuho/etcd
that referenced
this issue
Dec 18, 2018
use set instead of slice as interval value fixes etcd-io#10326
hexfusion
pushed a commit
to openshift/etcd
that referenced
this issue
Sep 26, 2019
use set instead of slice as interval value fixes etcd-io#10326
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is etcd cluster with grpc proxy. Calling range request for a long time with the same key cause to memory leak.
Version: 3.3.10
The text was updated successfully, but these errors were encountered: