-
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
Yxjetcd rangestream #12343
base: main
Are you sure you want to change the base?
Yxjetcd rangestream #12343
Conversation
# Conflicts: # Documentation/dev-guide/api_reference_v3.md # api/etcdserverpb/etcdserver.pb.go # api/etcdserverpb/rpc.pb.go # etcdserver/etcdserverpb/gw/rpc.pb.gw.go
# Conflicts: # Documentation/dev-guide/api_reference_v3.md # api/etcdserverpb/etcdserver.pb.go # api/etcdserverpb/rpc.pb.go # etcdserver/etcdserverpb/gw/rpc.pb.gw.go
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
We will revisit this very soon, targeting etcd 3.6. /cc @chaochn47 |
rangeStream we use it for k8s big range to resolve OOM problem. this PR code version is old. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Is this still WIP? I am working on #14810 that shares the idea on #12343 (comment) and it uses pagination so it won't break the queries. |
It's kept in the backlog - it doesn't seem there is a maintainer that has capacity to proceed with the project, |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Please read https://github.com/etcd-io/etcd/blob/master/CONTRIBUTING.md#contribution-flow.
#12342
I will make an topic for resolve #12342 , and make test futhermore.
If maintainer think this PR is good, I will do the following things.(unit test, proxy rangestream and lease reagestream)