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

large range request triggered OOM #12678

Closed
wilsonwang371 opened this issue Feb 9, 2021 · 1 comment
Closed

large range request triggered OOM #12678

wilsonwang371 opened this issue Feb 9, 2021 · 1 comment

Comments

@wilsonwang371
Copy link
Contributor

in our cluster with a large number of pods. range request getting all the pods can trigger etcd node OOM.

Do we have a plan to add another RPC call to provide range() response as a stream instead of the whole data in one shot?

@ptabor
Copy link
Contributor

ptabor commented Feb 9, 2021

  1. Yxjetcd rangestream #12343 seems like some experiment / proposal around this.
  2. Clients can simulating 'streaming' by paginating (requests with "limit" set to e.g. 10k)
  3. There is no decision / committed plan.

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

No branches or pull requests

2 participants